mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added test for example64 for zlib since madler/zlib doesn't have an option to disable tests.
This commit is contained in:
parent
67ccd375fc
commit
e1b889e32e
@ -724,6 +724,9 @@ if(MZ_ZLIB AND NOT MZ_LIBCOMP)
|
||||
if(MZ_BUILD_UNIT_TEST)
|
||||
# Can't disable zlib testing so ctest tries to run zlib example app
|
||||
add_dependencies(${PROJECT_NAME} example)
|
||||
if(HAVE_OFF64_T)
|
||||
add_dependencies(${PROJECT_NAME} example64)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user