projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ec09bfc
)
clients do not use any internal functionality, so link them with the shared public...
author
Michael Wallner
<mike@php.net>
Tue, 20 Oct 2020 10:19:57 +0000
(12:19 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 20 Oct 2020 10:19:57 +0000
(12:19 +0200)
src/bin/common/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/bin/common/CMakeLists.txt
b/src/bin/common/CMakeLists.txt
index d1fd699ea2f27c59d6efe9b38cd3abd8f882cb91..858fd598a21da3c74495b7392cbaa4e9886c4b5e 100644
(file)
--- 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 libmemcached
internal
)
+target_link_libraries(libclient_common PUBLIC libmemcached)
target_include_directories(libclient_common PUBLIC
.
${CMAKE_SOURCE_DIR}/include