aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/conan-profiles/android.armv7.profile
blob: 57d8f55785d9b2ac1041f222366d2f526097f937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(default)
[settings]
arch=armv7
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=14
compiler.cppstd=20
os=Android
os.api_level=21
[tool_requires]
android-ndk/r25
[options]
[env]