mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
commit
4eda8bdcd0
@ -62,6 +62,8 @@ target_link_libraries(Crow
|
||||
asio::asio
|
||||
)
|
||||
|
||||
target_compile_definitions(Crow INTERFACE "")
|
||||
|
||||
if("compression" IN_LIST CROW_FEATURES)
|
||||
find_package(ZLIB REQUIRED)
|
||||
target_link_libraries(Crow INTERFACE ZLIB::ZLIB)
|
||||
|
Loading…
Reference in New Issue
Block a user