集成HTTP业务层插件,修正集成后rdkafka缺少第三方连接库导致的编译问题。

This commit is contained in:
Lu Qiuwen
2018-09-18 14:01:10 +08:00
parent 94a115e8aa
commit fcb219c521
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
add_library(pangu-http pangu_logger.cpp pangu_http.cpp)
target_link_libraries(pangu-http common http)
target_link_libraries(pangu-http librdkafka-static ctemplate-static cjson)
target_link_libraries(pangu-http librdkafka-static ctemplate-static cjson)
target_link_libraries(pangu-http maatframe)