mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:19:00 +08:00
9 lines
177 B
CMake
9 lines
177 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(miniz)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-openfbxTargets.cmake")
|
||
|
|
||
|
check_required_components(miniz)
|