mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-16 15:30:25 +01:00
12 lines
232 B
CMake
12 lines
232 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_package(tinygltf 2.6 REQUIRED
|
|
PATHS "${CMAKE_CURRENT_LIST_DIR}"
|
|
)
|
|
|
|
if(NOT TARGET IrrlichtMt::IrrlichtMt)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
|
|
endif()
|