diff --git a/plugin/business/pangu-http/CMakeLists.txt b/plugin/business/pangu-http/CMakeLists.txt new file mode 100644 index 0000000..a559d93 --- /dev/null +++ b/plugin/business/pangu-http/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(pangu-http pangu_logger.cpp pangu_http.cpp) +target_link_libraries(pangu-http common http) +target_link_libraries(pangu-http cjson) \ No newline at end of file diff --git a/vendor/librdkafka-0.11.5.tar.gz b/vendor/librdkafka-0.11.5.tar.gz new file mode 100644 index 0000000..74e93c8 Binary files /dev/null and b/vendor/librdkafka-0.11.5.tar.gz differ