add_library(pangu-http pangu_logger.cpp pangu_http.cpp pattern_replace.cpp pangu_web_cache.cpp) target_link_libraries(pangu-http common http tango-cache-client) target_link_libraries(pangu-http librdkafka-static ctemplate-static cjson pcre2-static) target_link_libraries(pangu-http maatframe) add_executable(test_pattern_replace test_pattern_replace.cpp pattern_replace.cpp) target_link_libraries(test_pattern_replace common gtest pcre2-static) file(COPY test_data DESTINATION ./) add_executable(replace_tool replace_tool.cpp pattern_replace.cpp) target_link_libraries(replace_tool common pcre2-static)