rt64/cmake-variants.yaml

26 lines
609 B
YAML
Raw Permalink Normal View History

2024-01-20 14:14:50 +00:00
buildType:
default: debug
choices:
debug:
short: Debug
long: Emit debug information
buildType: Debug
release:
short: Release
long: Optimize generated code
buildType: Release
platform:
default: native
choices:
native:
short: Native
long: Build for the native platform
android:
short: Android
long: Build for Android using the NDK
env:
CMAKE_TOOLCHAIN_FILE: /opt/android-sdk/ndk/26.0.10792818/build/cmake/android.toolchain.cmake
settings:
ANDROID_ABI: arm64-v8a
ANDROID_PLATFORM: android-24