21 lines
966 B
CMake
21 lines
966 B
CMake
#----------------------------------------------------------------
|
|
# Generated CMake target import file for configuration "Release".
|
|
#----------------------------------------------------------------
|
|
|
|
# Commands may need to know the format version.
|
|
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
|
|
# Import target "MINIZIP::minizip" for configuration "Release"
|
|
set_property(TARGET MINIZIP::minizip APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
set_target_properties(MINIZIP::minizip PROPERTIES
|
|
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/libminizip.dll.a"
|
|
IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "ZLIB::ZLIB"
|
|
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/libminizip-1.dll"
|
|
)
|
|
|
|
list(APPEND _IMPORT_CHECK_TARGETS MINIZIP::minizip )
|
|
list(APPEND _IMPORT_CHECK_FILES_FOR_MINIZIP::minizip "${_IMPORT_PREFIX}/lib/libminizip.dll.a" "${_IMPORT_PREFIX}/bin/libminizip-1.dll" )
|
|
|
|
# Commands beyond this point should not need to know the version.
|
|
set(CMAKE_IMPORT_FILE_VERSION)
|