mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-30 00:50:48 +08:00
11 lines
203 B
CMake
11 lines
203 B
CMake
project(example)
|
|
set(project_name test_rest_rpc)
|
|
|
|
include_directories(
|
|
"../thirdparty/asio"
|
|
"../thirdparty"
|
|
)
|
|
|
|
add_executable(server server.cpp)
|
|
add_executable(client client.cpp)
|