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 a9f38024f0 CI上传YUM仓库
支持tcmall
2020-09-23 14:26:20 +08:00

17 lines
411 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
gperftools-static
cjson)