vcpkg/ports/openfbx/unofficial-openfbxConfig.cmake.in
Eviral 8e78590ad7
[openfbx] Miniz dep was removed in latest version and replaced by libdeflate (#42694)
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2024-12-19 16:14:06 -05:00

9 lines
187 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(libdeflate)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-openfbxTargets.cmake")
check_required_components(libdeflate)