From 6c640d627d0685203ec704f40fae5c4a249411c9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 6 Sep 2025 09:28:24 +1000 Subject: [PATCH] GNUMakefile: include additional CMakeLists files in spelling check --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 617bbd16b09..0266a9f2fdd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -564,7 +564,9 @@ check_spelling_cmake: .FORCE $(CHECK_SPELLING_EXTRA_ARGS) \ "$(BLENDER_DIR)/build_files/" \ "$(BLENDER_DIR)/intern/" \ - "$(BLENDER_DIR)/source/" + "$(BLENDER_DIR)/source/" \ + "$(BLENDER_DIR)/CMakeLists.txt" \ + "$(BLENDER_DIR)/tests/CMakeLists.txt" check_descriptions: .FORCE @$(BLENDER_BIN) --background --factory-startup --python \