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 29f5cac commit b1dde3fCopy full SHA for b1dde3f
backends/cadence/CMakeLists.txt
@@ -23,7 +23,6 @@ include(${EXECUTORCH_ROOT}/build/Utils.cmake)
23
24
# Let files say "include <executorch/path/to/header.h>".
25
set(_common_include_directories ${EXECUTORCH_ROOT}/..)
26
-set(TARGET_DIR reference)
27
28
if(EXECUTORCH_CADENCE_CPU_RUNNER)
29
include(${EXECUTORCH_ROOT}/build/Codegen.cmake)
@@ -61,6 +60,9 @@ if(EXECUTORCH_CADENCE_CPU_RUNNER)
61
60
${_common_include_directories}
62
)
63
+ set(TARGET_DIR reference)
64
+ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels)
65
+
66
target_link_libraries(
67
cadence_runner
68
executorch
0 commit comments