Skip to content
Snippets Groups Projects
Commit 67115ea7 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers Committed by Joseph Walton-Rivers
Browse files

Update CMakeLists.txt - libraries go in libdir, not includedir.

parent bf6ef506
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ export(EXPORT "${PROJECT_NAME}Targets"
)
install(TARGETS ${PROJECT_NAME}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)
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