aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 15:58:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 15:58:47 +0200
commit0b38f99225245b31d28970d13c3719f2d24fc32e (patch)
tree3c50cbdabe634fd3c4d84eb55aac1115d1f10869 /config
parentmessage Boost lib (diff)
downloadsmolbote-0b38f99225245b31d28970d13c3719f2d24fc32e.tar.xz
Add boost include/link to poi-config
Diffstat (limited to 'config')
-rw-r--r--config/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 9ae0381..7ee13b0 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -14,10 +14,12 @@ add_executable(poi-config
target_include_directories(poi-config
PRIVATE ../lib/configuration
+ PRIVATE ${Boost_INCLUDE_DIRS}
)
target_link_libraries(poi-config
Qt5::Core Qt5::Widgets
+ ${Boost_LIBRARIES}
configuration
)