Skip to content

Commit

Permalink
add new header
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Aug 26, 2020
1 parent 0c4bc7c commit f86897a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endif()

find_package(Boost COMPONENTS system REQUIRED)
include_directories(
"/usr/local/include"
"../../include"
"../../third/msgpack/include"
)
Expand Down
1 change: 1 addition & 0 deletions examples/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endif()

find_package(Boost COMPONENTS system filesystem REQUIRED)
include_directories(
"/usr/local/include"
"../../include"
"../../third/msgpack/include"
)
Expand Down
2 changes: 2 additions & 0 deletions include/rest_rpc.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include "rest_rpc/rpc_server.h"
#include "rest_rpc/rpc_client.hpp"

0 comments on commit f86897a

Please sign in to comment.