We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017d440 commit f1830f2Copy full SHA for f1830f2
kernels/prim_ops/CMakeLists.txt
@@ -22,6 +22,7 @@ if(NOT EXECUTORCH_ROOT)
22
endif()
23
24
set(_common_compile_options -Wno-deprecated-declarations)
25
+list(TRANSFORM _executorch__srcs PREPEND "${EXECUTORCH_ROOT}/")
26
27
add_library(prim_ops_lib ${_executorch__srcs})
28
target_link_libraries(prim_ops_lib PRIVATE executorch_core)
0 commit comments