diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:18:41 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:18:41 +0200 |
commit | f189e59cfb4a9b57d610bb7979c785b1a8fa66c1 (patch) | |
tree | d33c71ec60192ecb116f3805e75e4390623b22bd /src | |
parent | Comment out ProfileEditor (diff) | |
download | smolbote-f189e59cfb4a9b57d610bb7979c785b1a8fa66c1.tar.xz |
Add Boost_INCLUDE_DIRS to poi and about
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 965f494..4e4d135 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,6 +57,7 @@ add_executable(poi ) target_include_directories(poi + PRIVATE ${Boost_INCLUDE_DIRS} PRIVATE ../lib ../plugins PRIVATE ../lib/configuration) |