Add test file for glTF mesh loading

This commit is contained in:
JosiahWI
2022-10-16 21:48:29 -05:00
parent 4860523223
commit 21ce3d9657
8 changed files with 18117 additions and 0 deletions

View File

@ -321,6 +321,8 @@ if(WIN32)
set_target_properties(IrrlichtMt PROPERTIES PREFIX "") # for DLL name
endif()
add_subdirectory(tests)
# Installation of library
if(ANDROID)
set(INSTALL_TARGETS IrrlichtMt native_app_glue)