diff options
| author | 崔一鸣 <[email protected]> | 2019-05-21 16:54:19 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-05-21 17:08:44 +0800 |
| commit | 4636f27eec7ea502735a599242c7cbc216da613d (patch) | |
| tree | f4ea8d179c5cdba65e9b83396e33af5204955abf /test/CMakeLists.txt | |
| parent | a3d83e74f31dd56e98b847aab28bb0eb462172fa (diff) | |
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 5797582..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -### test_coroutine -add_executable(test_coroutine test_coroutine/main.cpp) -#target_include_directories(test_coroutine PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include) -target_link_libraries(test_coroutine lua-static dl) - - -### test_plugin -add_library(http_service SHARED test_plugin/http_service.cpp) -#target_include_directories(http_service PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include) -target_link_libraries(http_service MESA_handle_logger MESA_htable MESA_prof_load) - -### new_http_service -add_library(new_http_service SHARED new_http_service/adapter.cpp) -#target_include_directories(new_http_service PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include) -target_link_libraries(new_http_service lua-static dl MESA_handle_logger MESA_htable MESA_prof_load)
\ No newline at end of file |
