mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 16:40:48 +08:00
update
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(rest_rpc)
|
||||
project(basic_server)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -std=c++17")
|
||||
|
||||
find_package(Boost COMPONENTS system REQUIRED)
|
||||
include_directories(
|
||||
"./msgpack/include"
|
||||
"../../include"
|
||||
"../../third/msgpack/include"
|
||||
)
|
||||
|
||||
add_executable(rest_rpc main.cpp)
|
||||
target_link_libraries(rest_rpc ${Boost_LIBRARIES})
|
||||
add_executable(basic_server main.cpp)
|
||||
target_link_libraries(basic_server ${Boost_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user