1
0

Do CMake right

This commit is contained in:
JosiahWI
2022-10-16 19:02:18 -05:00
committed by Josiah VanderZee
parent a3b2dbdebb
commit a0b7a15693
4 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
@PACKAGE_INIT@
if(NOT TARGET tinygltf::tinygltf)
include("${CMAKE_CURRENT_LIST_DIR}/tinygltfTargets.cmake")
endif()