X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=support%2FCMakeLists.txt;h=16eb9c00d4b640374ed75e58dc80d87c686a9ab7;hb=94b05fd0d8c87b24e14f3782c64f79999a65d38e;hp=306168afe056569a65d2cf9cd4698b039862d488;hpb=c517ea843a0a97a17fb695dde2d27d739d51ffe2;p=awesomized%2Flibmemcached diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt index 306168af..16eb9c00 100644 --- a/support/CMakeLists.txt +++ b/support/CMakeLists.txt @@ -10,6 +10,8 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/example.cnf DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME} ) +pkgconfig_import(REQUIRES) +pkgconfig_import(REQUIRES_PRIVATE) configure_file(libmemcached.pc.in libmemcached.pc @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libmemcached.pc COMPONENT dev