Add boost thread dependency

This commit is contained in:
Sebastian Meßmer 2015-10-16 03:02:02 +02:00
parent c51e2c115a
commit a158a30696

View File

@ -5,7 +5,7 @@ ADD_BII_TARGETS()
ACTIVATE_CPP14()
ADD_BOOST(filesystem system)
ADD_BOOST(filesystem system thread)
ENABLE_STYLE_WARNINGS()