aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/conan-profiles/android.x86.profile
blob: d8b73b992c28640121d3542cc46dfa12a5c47ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(default)
[settings]
arch=x86
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]