From: Michael Wallner Date: Tue, 20 Oct 2020 10:19:57 +0000 (+0200) Subject: clients do not use any internal functionality, so link them with the shared public... X-Git-Tag: 1.1.0-beta1~191 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f875439ab251f9131b11578884743addc395efc3;p=awesomized%2Flibmemcached clients do not use any internal functionality, so link them with the shared public library --- diff --git a/src/bin/common/CMakeLists.txt b/src/bin/common/CMakeLists.txt index d1fd699e..858fd598 100644 --- a/src/bin/common/CMakeLists.txt +++ b/src/bin/common/CMakeLists.txt @@ -1,6 +1,6 @@ add_library(libclient_common STATIC utilities.cc generator.cc execute.cc) add_library(client_common ALIAS libclient_common) -target_link_libraries(libclient_common PUBLIC libmemcachedinternal) +target_link_libraries(libclient_common PUBLIC libmemcached) target_include_directories(libclient_common PUBLIC . ${CMAKE_SOURCE_DIR}/include