CMakeLists.txt 112 Bytes
Newer Older
zhujiashun's avatar
zhujiashun committed
1
add_executable(parallel_http parallel_http.cpp)
2
target_link_libraries(parallel_http brpc-static ${DYNAMIC_LIB})