CMakeLists.txt 162 Bytes
Newer Older
1
file(GLOB SOURCES "${PROJECT_SOURCE_DIR}/tools/rpc_press/*.cpp")
zhujiashun's avatar
zhujiashun committed
2
add_executable(rpc_press ${SOURCES})
3
target_link_libraries(rpc_press brpc-static ${DYNAMIC_LIB})