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 d438f89 commit 6675920Copy full SHA for 6675920
backends/cadence/CMakeLists.txt
@@ -23,7 +23,7 @@ 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
- ${EXECUTORCH_ROOT}/runtime/core/portable_type)
+ ${EXECUTORCH_ROOT}/runtime/core/portable_type/c10)
27
28
add_compile_definitions(C10_USING_CUSTOM_GENERATED_MACROS)
29
0 commit comments