mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
183a12585a
* [minizip] Fix usage, fix minizipConfig.cmake * update version record
12 lines
250 B
CMake
12 lines
250 B
CMake
#@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(ZLIB)
|
|
|
|
if (@ENABLE_BZIP2@)
|
|
find_dependency(BZip2)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
check_required_components("@PROJECT_NAME@") |