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