Skip to content
Snippets Groups Projects
Verified Commit d1b9276b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Disable installation of public headers for now

parent 92721105
No related branches found
No related tags found
No related merge requests found
...@@ -123,12 +123,12 @@ elseif (UNIX) ...@@ -123,12 +123,12 @@ elseif (UNIX)
configure_file(AVQt.pc.in AVQt.pc @ONLY) configure_file(AVQt.pc.in AVQt.pc @ONLY)
set_target_properties(AVQt PROPERTIES PUBLIC_HEADER "${HEADERS} ${HEADERS_LINUX}") # set_target_properties(AVQt PROPERTIES PUBLIC_HEADER "${HEADERS} ${HEADERS_LINUX}")
include(GNUInstallDirs) include(GNUInstallDirs)
install(TARGETS AVQt install(TARGETS AVQt
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) # PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(FILES ${CMAKE_BINARY_DIR}/AVQt/AVQt.pc install(FILES ${CMAKE_BINARY_DIR}/AVQt/AVQt.pc
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig) DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
else () else ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment