We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e02c1 commit 3866941Copy full SHA for 3866941
CMakePresets.json
@@ -10,6 +10,7 @@
10
"name": "android-arm64-v8a",
11
"displayName": "Build everything buildable on android arm64-v8a",
12
"inherits": ["common"],
13
+ "binaryDir": "${sourceDir}/cmake-out-android-arm64-v8a",
14
"cacheVariables": {
15
"EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/android.cmake",
16
"ANDROID_ABI": "arm64-v8a"
@@ -24,6 +25,7 @@
24
25
"name": "android-x86_64",
26
"displayName": "Build everything buildable on android x86_64",
27
28
+ "binaryDir": "${sourceDir}/cmake-out-android-x86_64",
29
30
31
"ANDROID_ABI": "x86_64"
0 commit comments