Skip to content

Commit e6ede01

Browse files
committed
lintfix
Signed-off-by: Rob Elliott <[email protected]>
1 parent 3292199 commit e6ede01

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

backends/arm/CMakeLists.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ include(cmake/Dependencies.cmake)
2020

2121
set(_arm_baremetal_sources backends/arm/runtime/ArmBackendEthosU.cpp)
2222
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+
)

0 commit comments

Comments
 (0)