mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 12:12:14 +02:00
try, try again
This commit is contained in:
parent
a4bf169ade
commit
45643a3aad
1 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,5 @@ if (WIN32)
|
|||
get_filename_component(ZLIB_LIB_DIR "${ZLIB_LIBRARIES}" DIRECTORY)
|
||||
get_filename_component(ZLIB_DIR "${ZLIB_LIB_DIR}" DIRECTORY)
|
||||
set(ZLIB_BIN_DIR "${ZLIB_DIR}/bin")
|
||||
file(GLOB ZLIB_DLL_PATHS "${ZLIB_BIN_DIR}/*dll*")
|
||||
add_paths_to_fixup_libs(${ZLIB_DLL_PATHS})
|
||||
add_paths_to_fixup_libs(${ZLIB_BIN_DIR})
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue