mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +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)
|