Skip to content

Commit

Permalink
CMakeLists: Add missing decls added to doc generation
Browse files Browse the repository at this point in the history
With the doc generation basically duplicated, the added entries to build
the DT are missing, causing doc generation to fail. Add those to the doc
generation rule as well.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Dec 18, 2024
1 parent 46495c9 commit aeea001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ ${config_paths}
INCLUDE_DIRS="${include_dirs}"
INCLUDE_DEFINES="${include_defines}"
WRAPPER_FILE="${WRAPPER_FILE}"
DT_AUGMENTS="${DT_AUGMENTS}"
BINARY_DIR_INCLUDE_GENERATED="${BINARY_DIR_INCLUDE_GENERATED}"
cargo doc
${rust_build_type_arg}

Expand Down

0 comments on commit aeea001

Please sign in to comment.