Skip to content

Commit 3866941

Browse files
committed
Update
1 parent f1e02c1 commit 3866941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakePresets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"name": "android-arm64-v8a",
1111
"displayName": "Build everything buildable on android arm64-v8a",
1212
"inherits": ["common"],
13+
"binaryDir": "${sourceDir}/cmake-out-android-arm64-v8a",
1314
"cacheVariables": {
1415
"EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/android.cmake",
1516
"ANDROID_ABI": "arm64-v8a"
@@ -24,6 +25,7 @@
2425
"name": "android-x86_64",
2526
"displayName": "Build everything buildable on android x86_64",
2627
"inherits": ["common"],
28+
"binaryDir": "${sourceDir}/cmake-out-android-x86_64",
2729
"cacheVariables": {
2830
"EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/android.cmake",
2931
"ANDROID_ABI": "x86_64"

0 commit comments

Comments
 (0)