Skip to content
Snippets Groups Projects
Commit 691424f7 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

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

parent 73f5ffe4
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,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