diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 15:22:47 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 15:22:47 +0200 |
commit | 972b69e71d07c7c256ab3f579c6b01b581b4885a (patch) | |
tree | 16de936231445b2d92891d58bb33479b4330003e | |
parent | Add boost to poi link libraries (diff) | |
download | smolbote-972b69e71d07c7c256ab3f579c6b01b581b4885a.tar.xz |
message Boost lib
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66c7ccf..673a9d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,3 +74,4 @@ if (Tests) endif() feature_summary(WHAT ALL) +message("Boost libs = ${Boost_LIBRARIES}") |