From f86897ac007afccd5eb41758e76f8d7febd4d04e Mon Sep 17 00:00:00 2001 From: qicosmos Date: Wed, 26 Aug 2020 16:04:22 +0800 Subject: [PATCH] add new header --- examples/client/CMakeLists.txt | 1 + examples/server/CMakeLists.txt | 1 + include/rest_rpc.hpp | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 include/rest_rpc.hpp diff --git a/examples/client/CMakeLists.txt b/examples/client/CMakeLists.txt index bbed460..814ffda 100644 --- a/examples/client/CMakeLists.txt +++ b/examples/client/CMakeLists.txt @@ -12,6 +12,7 @@ endif() find_package(Boost COMPONENTS system REQUIRED) include_directories( + "/usr/local/include" "../../include" "../../third/msgpack/include" ) diff --git a/examples/server/CMakeLists.txt b/examples/server/CMakeLists.txt index 3f1e146..500544b 100644 --- a/examples/server/CMakeLists.txt +++ b/examples/server/CMakeLists.txt @@ -12,6 +12,7 @@ endif() find_package(Boost COMPONENTS system filesystem REQUIRED) include_directories( + "/usr/local/include" "../../include" "../../third/msgpack/include" ) diff --git a/include/rest_rpc.hpp b/include/rest_rpc.hpp new file mode 100644 index 0000000..4a7f6ae --- /dev/null +++ b/include/rest_rpc.hpp @@ -0,0 +1,2 @@ +#include "rest_rpc/rpc_server.h" +#include "rest_rpc/rpc_client.hpp" \ No newline at end of file