1
0
Fork 0

Fix build with external_zlib on Windows.

This commit is contained in:
John Preston 2022-01-14 23:40:40 +03:00
parent 3d40b243f6
commit ba0f27e13e

View file

@ -26,7 +26,7 @@ if (WIN32)
endif()
set(zlib_lib_loc ${libs_loc}/zlib/contrib/vstudio/vc14/${zlib_config_folder})
set_target_properties(external_zlib PROPERTIES
IMPORTED_LOCATION "${zlib_lib_loc}/ZlibStatReleaseWitoutAsm/zlibstat.lib"
IMPORTED_LOCATION "${zlib_lib_loc}/ZlibStatReleaseWithoutAsm/zlibstat.lib"
IMPORTED_LOCATION_DEBUG "${zlib_lib_loc}/ZlibStatDebug/zlibstat.lib"
)
elseif (APPLE)