This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-verify-policy/platform/CMakeLists.txt
fengweihao 3308970cdc 策略验证配置文件、rpm包修改
1. 支持虚拟表配置修改
2. 支持tar、rpm打包
3. 修改table_info配置
2020-01-09 14:32:00 +08:00

18 lines
424 B
CMake

if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
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)