diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 15:58:47 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 15:58:47 +0200 |
commit | 0b38f99225245b31d28970d13c3719f2d24fc32e (patch) | |
tree | 3c50cbdabe634fd3c4d84eb55aac1115d1f10869 | |
parent | message Boost lib (diff) | |
download | smolbote-0b38f99225245b31d28970d13c3719f2d24fc32e.tar.xz |
Add boost include/link to poi-config
-rw-r--r-- | config/CMakeLists.txt | 2 |
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 ) |