1
0

Add tinygltf library

This commit is contained in:
JosiahWI
2022-10-16 18:02:52 -05:00
parent 8f13ae81e5
commit f8a91087e6
6 changed files with 34711 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
add_subdirectory(source/lib/tinygltf)
add_subdirectory(source/Irrlicht)
option(BUILD_EXAMPLES "Build example applications" FALSE)