X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Fcommon%2FCMakeLists.txt;h=0c77c3920f2bf44c3b105971d1474e2c7f94f094;hb=c0f50dec5334f54cf060b1f9c4250c72649b4ff2;hp=973152d184ef2db968b325c7da5c4655bb5c32a9;hpb=8734a061ef5bafbbe46523a0729898008d479dbf;p=awesomized%2Flibmemcached diff --git a/src/bin/common/CMakeLists.txt b/src/bin/common/CMakeLists.txt index 973152d1..0c77c392 100644 --- a/src/bin/common/CMakeLists.txt +++ b/src/bin/common/CMakeLists.txt @@ -1,6 +1,7 @@ -add_library(libclient_common STATIC utilities.cc generator.cc options.cpp checks.hpp) +add_library(libclient_common STATIC options.cpp checks.hpp random.hpp time.hpp) add_library(client_common ALIAS libclient_common) set_target_properties(libclient_common PROPERTIES CXX_STANDARD ${CXX_STANDARD}) +target_link_libraries(libclient_common PRIVATE p9y) target_link_libraries(libclient_common PUBLIC libmemcached) target_include_directories(libclient_common PUBLIC .