mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
link to standalone asio
This commit is contained in:
parent
8c5deeedd3
commit
053a449a5b
@ -53,11 +53,13 @@ target_include_directories(Crow
|
||||
)
|
||||
|
||||
find_package(Boost 1.64 COMPONENTS system date_time REQUIRED)
|
||||
find_package(asio REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
target_link_libraries(Crow
|
||||
INTERFACE
|
||||
Boost::boost Boost::system Boost::date_time
|
||||
asio::asio
|
||||
Threads::Threads
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user