flush [ci skip]
[m6w6/libmemcached] / testing / CMakeLists.txt
index 4bfcff8125c2fbb47c7a8df6a20d600c2b533b04..ab2f30e8adfa68880e7a86ff26d8952c3b1eea5b 100644 (file)
@@ -2,16 +2,26 @@
 add_executable(catch_main
         main.cpp
 
-        lib/random_.cpp
+        lib/common.cpp
 
         lib/Cluster.cpp
-        lib/Poll.cpp
+        lib/Connection.cpp
+        lib/ForkAndExec.cpp
+        lib/MemcachedCluster.cpp
         lib/Server.cpp
-        lib/WaitForConn.cpp
-        lib/WaitForExec.cpp
+        lib/Retry.cpp
 
-        server.cpp
+        lib.cpp
+        hashkit/basic.cpp
+        memcached/basic.cpp
+        memcached/callbacks.cpp
+        memcached/servers.cpp
+        memcached/dump.cpp
+        memcached/encoding_key.cpp
+        memcached/exist.cpp
         )
 
 set_target_properties(catch_main PROPERTIES
         CXX_STANDARD 17)
+
+target_link_libraries(catch_main libhashkit libmemcached)