diff options
Diffstat (limited to '')
-rw-r--r-- | server/common/CMakeLists.txt | 6 | ||||
-rw-r--r-- | server/common/error.hpp (renamed from server/error.hpp) | 0 | ||||
-rw-r--r-- | server/common/log.hpp (renamed from server/log.hpp) | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/server/common/CMakeLists.txt b/server/common/CMakeLists.txt new file mode 100644 index 0000000..5655861 --- /dev/null +++ b/server/common/CMakeLists.txt @@ -0,0 +1,6 @@ +find_package(Boost REQUIRED) + +add_library(common INTERFACE) + +target_include_directories(common SYSTEM INTERFACE ${Boost_INCLUDE_DIRS}) +target_link_libraries(common INTERFACE ${Boost_LIBRARIES}) diff --git a/server/error.hpp b/server/common/error.hpp index cbfbb1e..cbfbb1e 100644 --- a/server/error.hpp +++ b/server/common/error.hpp diff --git a/server/log.hpp b/server/common/log.hpp index ca0fafd..ca0fafd 100644 --- a/server/log.hpp +++ b/server/common/log.hpp |