drogon/examples/CMakeLists.txt

4 lines
142 B
CMake
Raw Normal View History

2018-05-21 10:54:00 +00:00
link_libraries(drogon trantor uuid pthread jsoncpp)
AUX_SOURCE_DIRECTORY(static_link_example DIR_STATIC)
add_executable(webapp ${DIR_STATIC})