mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Compiling for android but have some bugs
This commit is contained in:
@@ -33,9 +33,10 @@ add_definitions(-D"VERSION=\\"${VERSION}\\"")
|
||||
|
||||
|
||||
if(ANDROID)
|
||||
include_directories($ENV{ANDROID_NDK}/sources/android/native_app_glue)
|
||||
set(executable_SOURCES
|
||||
android/android.cpp
|
||||
src/main.cpp
|
||||
"android/android.cpp"
|
||||
"$ENV{ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c"
|
||||
)
|
||||
|
||||
# add shared library for android
|
||||
|
||||
Reference in New Issue
Block a user