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 f1ce4b2 commit 3e67470Copy full SHA for 3e67470
sdk/CMakeLists.txt
@@ -96,7 +96,7 @@ add_library(bundled_program_schema INTERFACE
96
${_bundled_program_schema__outputs})
97
98
# Ensure the host tool is built before the main project
99
-add_dependencies(flatcc etdump_schema)
+add_dependencies(etdump_schema flatcc_cli)
100
101
file(MAKE_DIRECTORY ${_program_schema__include_dir}/executorch/sdk/etdump)
102
file(MAKE_DIRECTORY
0 commit comments