drogon/orm_lib/tests/CMakeLists.txt

4 lines
87 B
CMake
Raw Normal View History

2018-11-27 09:37:41 +00:00
link_libraries(drogon trantor pthread dl)
add_executable(db_test db_test.cc Users.cc)