summaryrefslogtreecommitdiff
path: root/adapter/CMakeLists.txt
diff options
context:
space:
mode:
author崔一鸣 <[email protected]>2019-05-21 16:54:19 +0800
committer崔一鸣 <[email protected]>2019-05-21 17:08:44 +0800
commit4636f27eec7ea502735a599242c7cbc216da613d (patch)
treef4ea8d179c5cdba65e9b83396e33af5204955abf /adapter/CMakeLists.txt
parenta3d83e74f31dd56e98b847aab28bb0eb462172fa (diff)
修改目录结构, 添加文档HEADmaster
Diffstat (limited to 'adapter/CMakeLists.txt')
-rw-r--r--adapter/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/adapter/CMakeLists.txt b/adapter/CMakeLists.txt
new file mode 100644
index 0000000..92dedbf
--- /dev/null
+++ b/adapter/CMakeLists.txt
@@ -0,0 +1,3 @@
+### http_adapter
+add_library(http_adapter SHARED http_adapter/src/adapter.cpp)
+target_link_libraries(http_adapter lua-static dl MESA_handle_logger MESA_htable MESA_prof_load) \ No newline at end of file