Fixes #46: library is now fully asynchronous

This commit is contained in:
eidheim 2016-06-28 12:49:12 +02:00
commit dc466e7d1d
4 changed files with 128 additions and 128 deletions

View file

@ -20,7 +20,7 @@ include_directories(.)
find_package(Threads REQUIRED)
find_package(Boost 1.54.0 COMPONENTS regex system thread coroutine context filesystem date_time REQUIRED)
find_package(Boost 1.54.0 COMPONENTS regex system thread filesystem date_time REQUIRED)
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
if(APPLE)