Fixes #46: library is now fully asynchronous
This commit is contained in:
parent
1609f80c38
commit
dc466e7d1d
4 changed files with 128 additions and 128 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue