Do CMake right

This commit is contained in:
JosiahWI
2022-10-16 19:02:18 -05:00
parent 15e589810b
commit 520569c1e3
4 changed files with 55 additions and 1 deletions

View File

@ -324,7 +324,7 @@ endif()
if(ANDROID)
set(INSTALL_TARGETS IrrlichtMt native_app_glue)
else()
set(INSTALL_TARGETS IrrlichtMt tinygltf)
set(INSTALL_TARGETS IrrlichtMt)
endif()
install(TARGETS ${INSTALL_TARGETS}