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