mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-11 21:00:35 +01:00
6 lines
119 B
CMake
6 lines
119 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET tinygltf::tinygltf)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/tinygltfTargets.cmake")
|
|
endif()
|