* 提交策略验证框架及实现

This commit is contained in:
fengweihao
2019-10-22 15:13:14 +08:00
parent ab92cb8ca9
commit cbc3cc52be
24 changed files with 2859 additions and 0 deletions

13
platform/CMakeLists.txt Normal file
View File

@@ -0,0 +1,13 @@
add_executable(verify-policy src/verify_policy.cpp)
#target_include_directories(verify-policy PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(verify-policy common pangu-http)
target_link_libraries(verify-policy pthread dl
libevent-static
MESA_handle_logger
MESA_prof_load
cjson
MESA_htable
MESA_field_stat)