From 0b38f99225245b31d28970d13c3719f2d24fc32e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 21 Apr 2018 15:58:47 +0200 Subject: Add boost include/link to poi-config --- config/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- cgit v1.2.1