Add dependency to boost thread

This commit is contained in:
Sebastian Meßmer 2015-04-18 17:01:06 +02:00
parent 90c7bad8d6
commit 73b060c863

View File

@ -3,7 +3,7 @@ INCLUDE(messmer/cmake/tools)
# Actually create targets: EXEcutables and libraries.
ADD_BII_TARGETS()
ADD_BOOST(filesystem system)
ADD_BOOST(filesystem system thread)
ACTIVATE_CPP14()