Fix cmake libwsutil zlib missing linkage

Change-Id: I803f5fee26d2f10d56cad774a71c71d3dcbbcc20
Reviewed-on: https://code.wireshark.org/review/14787
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-04-03 05:53:12 +01:00 committed by João Valverde
parent f95976eefc
commit 31dd7a2da7
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ set(wsutil_LIBS
${GMODULE2_LIBRARIES}
${GLIB2_LIBRARIES}
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES}
${WIN_WSOCK32_LIBRARY}
)
IF(WIN32)