File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,18 @@ include(cmake/Dependencies.cmake)
20
20
21
21
set (_arm_baremetal_sources backends/arm/runtime/ArmBackendEthosU.cpp )
22
22
list (TRANSFORM _arm_baremetal_sources PREPEND "${EXECUTORCH_ROOT} /" )
23
- add_library (executorch_delegate_ethos_u STATIC ${_arm_baremetal_sources} )
24
- target_include_directories (executorch_delegate_ethos_u PUBLIC ${_common_include_directories} )
25
- target_include_directories (executorch_delegate_ethos_u PUBLIC ${DRIVER_ETHOSU_INCLUDE_DIR} )
23
+
24
+ add_library (
25
+ executorch_delegate_ethos_u
26
+ STATIC ${_arm_baremetal_sources}
27
+ )
28
+ target_include_directories (
29
+ executorch_delegate_ethos_u
30
+ PUBLIC
31
+ ${_common_include_directories}
32
+ )
33
+ target_include_directories (
34
+ executorch_delegate_ethos_u
35
+ PUBLIC
36
+ ${DRIVER_ETHOSU_INCLUDE_DIR}
37
+ )
You can’t perform that action at this time.
0 commit comments