Updated CMakeLists to link against zlib on *nix and macOS

This commit is contained in:
Casey Langen 2017-02-25 17:44:55 -08:00
parent b03f7d23e4
commit fb0548fbc1

View File

@ -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)