mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
update
This commit is contained in:
+3
-2
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(rest_rpc)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -std=c++11")
|
||||
@@ -8,4 +8,5 @@ include_directories(
|
||||
"./msgpack/include"
|
||||
)
|
||||
|
||||
add_executable(rest_rpc main.cpp)
|
||||
add_executable(rest_rpc main.cpp)
|
||||
target_link_libraries(rest_rpc ${Boost_LIBRARIES})
|
||||
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(test_client)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -std=c++11")
|
||||
@@ -8,4 +8,5 @@ include_directories(
|
||||
"../msgpack/include"
|
||||
)
|
||||
|
||||
add_executable(test_client main.cpp)
|
||||
add_executable(test_client main.cpp)
|
||||
target_link_libraries(test_client ${Boost_LIBRARIES})
|
||||
Reference in New Issue
Block a user