Skip to content
Snippets Groups Projects
Commit 13e23f37 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

fix pkg-config installation

parent bce842c7
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ set_target_properties(${PROJECT_NAME}_test PROPERTIES COMPILE_FLAGS "-Wall -O2 - ...@@ -41,7 +41,7 @@ set_target_properties(${PROJECT_NAME}_test PROPERTIES COMPILE_FLAGS "-Wall -O2 -
install(TARGETS ${PROJECT_NAME}_test DESTINATION bin) install(TARGETS ${PROJECT_NAME}_test DESTINATION bin)
configure_file(pkgconfig/librelaxisloader.pc.in pkgconfig/librelaxisloader.pc @ONLY) configure_file(pkgconfig/librelaxisloader.pc.in pkgconfig/librelaxisloader.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/librelaxisloader.pc.in DESTINATION lib/pkgconfig) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/librelaxisloader.pc DESTINATION lib/pkgconfig)
if (DOXYGEN_FOUND) if (DOXYGEN_FOUND)
set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/doc/librelaxisloader.doxygen.in) set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/doc/librelaxisloader.doxygen.in)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment