diff options
Diffstat (limited to 'conf.d/CMakeLists.txt')
-rw-r--r-- | conf.d/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/CMakeLists.txt b/conf.d/CMakeLists.txt index 28a0609..3fd4d3c 100644 --- a/conf.d/CMakeLists.txt +++ b/conf.d/CMakeLists.txt @@ -20,3 +20,11 @@ # Include any directory not starting with _ # ----------------------------------------------------- PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) + +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/aft.pc.in ${CMAKE_CURRENT_BINARY_DIR}/aft.pc @ONLY) + +INSTALL(FILES + ${CMAKE_CURRENT_BINARY_DIR}/aft.pc + DESTINATION + ${CMAKE_INSTALL_LIBDIR}/pkgconfig + ) |