Skip to content

Commit f1830f2

Browse files
committed
add
1 parent 017d440 commit f1830f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/prim_ops/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if(NOT EXECUTORCH_ROOT)
2222
endif()
2323

2424
set(_common_compile_options -Wno-deprecated-declarations)
25+
list(TRANSFORM _executorch__srcs PREPEND "${EXECUTORCH_ROOT}/")
2526

2627
add_library(prim_ops_lib ${_executorch__srcs})
2728
target_link_libraries(prim_ops_lib PRIVATE executorch_core)

0 commit comments

Comments
 (0)