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
|
asio::asio
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(Crow INTERFACE "")
|
||||||
|
|
||||||
if("compression" IN_LIST CROW_FEATURES)
|
if("compression" IN_LIST CROW_FEATURES)
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
target_link_libraries(Crow INTERFACE ZLIB::ZLIB)
|
target_link_libraries(Crow INTERFACE ZLIB::ZLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user