Skip to content
Snippets Groups Projects
Verified Commit 47f509bd authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#83] add Boost.cmake

parent 44f5fe7d
No related branches found
No related tags found
1 merge request!72Draft: Resolve "Pfade zu Ressourcen abhängig von working dir"
set( BOOST_ROOT "C:/Tools/Boost/" CACHE PATH "Boost library path" )
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost REQUIRED COMPONENTS filesystem)
if (Boost_FOUND)
list(APPEND vkcv_includes ${Boost_INCLUDE_DIR})
list(APPEND vkcv_libraries ${Boost_LIBRARIES})
message(${vkcv_config_msg} " Boost - ")
endif ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment