mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-14 03:41:17 +00:00
Updated CMakeLists to link against zlib on *nix and macOS
This commit is contained in:
parent
b03f7d23e4
commit
fb0548fbc1
@ -22,4 +22,4 @@ include_directories (
|
||||
)
|
||||
|
||||
add_library(websocket_remote SHARED ${websocket_remote_SOURCES})
|
||||
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS})
|
||||
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS} Z)
|
||||
|
Loading…
Reference in New Issue
Block a user