Use latest Android SDK toolchain

This commit is contained in:
2026-06-05 12:28:47 +02:00
parent ac4fef8346
commit c761cd39fd
11 changed files with 319 additions and 15 deletions

View File

@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.10)
project(PanoPainterAndroidNative LANGUAGES C CXX)
include(../cmake/PanoPainterAndroidLegacyCompat.cmake)
link_directories(

View File

@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.10)
project(PanoPainterFocusNative LANGUAGES C CXX)
include(../cmake/PanoPainterAndroidLegacyCompat.cmake)
# build native_app_glue as a static lib

View File

@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.10)
project(PanoPainterQuestNative LANGUAGES C CXX)
include(../cmake/PanoPainterAndroidLegacyCompat.cmake)
# build native_app_glue as a static lib