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
tango-tfe/plugin/business/pangu-http/CMakeLists.txt

3 lines
159 B
CMake
Raw Normal View History

2018-09-14 11:41:53 +08:00
add_library(pangu-http pangu_logger.cpp pangu_http.cpp)
2018-09-14 16:33:36 +08:00
target_link_libraries(pangu-http common http librdkafka-static)
2018-09-14 11:41:53 +08:00
target_link_libraries(pangu-http cjson)