Merge branch 'feature-pangu-http-test' of git.mesalab.cn:tango/tfe into feature-pangu-http-test

This commit is contained in:
zhengchao
2018-09-18 14:04:53 +08:00
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)