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 5459400 commit a7d6ca7Copy full SHA for a7d6ca7
kernels/prim_ops/CMakeLists.txt
@@ -21,6 +21,7 @@ if(NOT EXECUTORCH_ROOT)
21
set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../..)
22
endif()
23
24
+list(TRANSFORM _executorch__srcs PREPEND "${EXECUTORCH_ROOT}/")
25
set(_common_compile_options -Wno-deprecated-declarations)
26
27
add_library(prim_ops_lib ${_executorch__srcs})
0 commit comments