mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 14:26:06 +02:00
Do CMake right
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user