2018-09-11 09:31:10 +00:00
|
|
|
link_libraries(drogon trantor uuid pthread jsoncpp dl z)
|
2018-09-15 14:04:52 +00:00
|
|
|
if(OpenSSL_FOUND)
|
|
|
|
link_libraries(ssl crypto)
|
|
|
|
endif()
|
2018-05-04 01:51:12 +00:00
|
|
|
add_executable(cache_map_test CacheMapTest.cc)
|
2018-10-08 17:22:17 +00:00
|
|
|
add_executable(cache_map_test2 CacheMapTest2.cc)
|
2018-06-19 08:55:25 +00:00
|
|
|
add_executable(cookies_test CookiesTest.cc)
|
2018-08-08 09:58:43 +00:00
|
|
|
add_executable(class_name_test ClassNameTest.cc)
|
2018-09-15 14:04:52 +00:00
|
|
|
add_executable(sha1_test Sha1Test.cc)
|
2018-10-05 14:43:51 +00:00
|
|
|
add_executable(view_data_test HttpViewDataTest.cc)
|
2018-05-04 01:51:12 +00:00
|
|
|
|