tests: investigating catch2
[m6w6/libmemcached] / testing / CMakeLists.txt
1
2 add_executable(catch_main
3 main.cpp
4
5 lib/random_.cpp
6
7 lib/Cluster.cpp
8 lib/Poll.cpp
9 lib/Server.cpp
10 lib/WaitForConn.cpp
11 lib/WaitForExec.cpp
12
13 server.cpp
14 )
15
16 set_target_properties(catch_main PROPERTIES
17 CXX_STANDARD 17)