aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/common
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 10:49:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 10:49:37 +0300
commit9ada1c0fd699d9b9c746688c5c39cd72a0c7593d (patch)
tree31c95244174fb686f09e0979d0d2e42ede357c8e /server/common
parentAppVeyor: only Debug on Win32 (diff)
downloadmath-server-9ada1c0fd699d9b9c746688c5c39cd72a0c7593d.tar.gz
math-server-9ada1c0fd699d9b9c746688c5c39cd72a0c7593d.zip
cmake: minor tweks for the greater good
Diffstat (limited to 'server/common')
-rw-r--r--server/common/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/common/CMakeLists.txt b/server/common/CMakeLists.txt
index 5fe9e7f..284003f 100644
--- a/server/common/CMakeLists.txt
+++ b/server/common/CMakeLists.txt
@@ -1,4 +1,5 @@
-find_package(Boost REQUIRED)
-
add_library(common INTERFACE)
+target_include_directories(common INTERFACE .)
+
+find_package(Boost REQUIRED)
target_link_libraries(common INTERFACE Boost::boost)