clients do not use any internal functionality, so link them with the shared public...
authorMichael Wallner <mike@php.net>
Tue, 20 Oct 2020 10:19:57 +0000 (12:19 +0200)
committerMichael Wallner <mike@php.net>
Tue, 20 Oct 2020 10:19:57 +0000 (12:19 +0200)
src/bin/common/CMakeLists.txt

index d1fd699ea2f27c59d6efe9b38cd3abd8f882cb91..858fd598a21da3c74495b7392cbaa4e9886c4b5e 100644 (file)
@@ -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