mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:28:00 +08:00
8e78590ad7
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
9 lines
187 B
CMake
9 lines
187 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(libdeflate)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-openfbxTargets.cmake")
|
|
|
|
check_required_components(libdeflate)
|