drogon/tests/CMakeLists.txt

5 lines
88 B
CMake
Raw Normal View History

2018-05-04 09:51:12 +08:00
link_libraries(drogon trantor pthread)
add_executable(cache_map_test CacheMapTest.cc)