There was an error while loading. Please reload this page.
1 parent 86ec163 commit ab2e577Copy full SHA for ab2e577
modules/executorch/CMakeLists.txt
@@ -86,6 +86,7 @@ else()
86
set(EXECUTORCH_BUILD_CORTEX_M OFF)
87
set(EXECUTORCH_BUILD_XNNPACK OFF)
88
endif()
89
+set(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
90
91
# Suppress noisy ABI warnings from GCC that are not relevant when building
92
# from source.
samples/modules/executorch/arm/hello_world/CMakeLists.txt
@@ -79,6 +79,8 @@ endif()
79
target_link_libraries(app PRIVATE
80
libexecutorch
81
${EXECUTORCH_OPS_LIB}
82
+ executorch_delegate_ethos_u
83
+ portable_kernels
84
)
85
# Add include directory for generated headers
0 commit comments