mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-20 01:00:24 +01:00
Fix Android build
This commit is contained in:
parent
05547cbd5f
commit
aa294a8107
@ -63,6 +63,7 @@ endif()
|
||||
# Platform-specific libs
|
||||
|
||||
if(ANDROID)
|
||||
enable_language(C)
|
||||
add_library(native_app_glue STATIC ${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c)
|
||||
include_directories(${ANDROID_NDK}/sources/android/native_app_glue)
|
||||
link_libraries(native_app_glue -landroid -llog)
|
||||
|
Loading…
Reference in New Issue
Block a user