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 0d65de5 commit dfffe92Copy full SHA for dfffe92
devtools/bundled_program/CMakeLists.txt
@@ -20,7 +20,10 @@ foreach(schema_file ${_schema_files})
20
)
21
endforeach()
22
23
-file(MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR}/executorch/devtools/bundled_program)
+file(
24
+ MAKE_DIRECTORY
25
+ ${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}/executorch/devtools/bundled_program
26
+)
27
add_custom_command(
28
OUTPUT ${_schema_outputs}
29
COMMAND
0 commit comments