File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ add_compile_options(
13
13
-fdebug-prefix-map=${PROJECT_SOURCE_DIR}=/executorch
14
14
)
15
15
16
+ set_overridable_option (BUILD_TESTING OFF )
16
17
set_overridable_option (EXECUTORCH_BUILD_XNNPACK ON )
17
18
set_overridable_option (EXECUTORCH_BUILD_COREML ON )
18
19
set_overridable_option (EXECUTORCH_BUILD_MPS ON )
19
20
set_overridable_option (EXECUTORCH_XNNPACK_SHARED_WORKSPACE ON )
20
21
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_APPLE ON )
21
22
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
23
+ set_overridable_option (EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER ON )
22
24
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_MODULE ON )
23
25
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
24
26
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_TENSOR ON )
You can’t perform that action at this time.
0 commit comments