mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 07:40:26 +02:00
Do CMake right
This commit is contained in:
committed by
Josiah VanderZee
parent
a3b2dbdebb
commit
a0b7a15693
@ -578,7 +578,7 @@ endif()
|
||||
if(ANDROID)
|
||||
set(INSTALL_TARGETS IrrlichtMt tinygltf 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