From aeea001e3b058f38895f51c9faf0de8a866e354a Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 18 Dec 2024 11:20:15 -0700 Subject: [PATCH] CMakeLists: Add missing decls added to doc generation 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 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 887a3265..bb0529f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}