This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cuiyiming-lua-sapp/adapter/CMakeLists.txt
2019-05-21 17:08:44 +08:00

3 lines
174 B
CMake

### 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)