From 9451d4918c18dd0df64755ad96d99c34d264e798 Mon Sep 17 00:00:00 2001 From: Stephen Lyons Date: Sun, 12 Jul 2026 21:08:02 +0100 Subject: [PATCH] Infrastructure: add Mudlet lua files to those shown by Qt Creator (#9409) #### Brief overview of PR changes/additions Adds a missing entry for all the external Lua files to the set of "OTHER_FILES" so that they show up in the Qt Creator IDE. This is useful/ important because otherwise they are not considered when searching with the Mudlet "Project" in the IDE. #### Motivation for adding to Mudlet Allows some extra files to be considered when searching for details within the Mudlet CMake project. #### Other info (issues closed, discussion etc) Somehow these got missed out from #8780! Signed-off-by: Stephen Lyons --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2700f6e53..b78b9f195 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,7 @@ file(GLOB_RECURSE OTHER_FILES_LIST CONFIGURE_DEPENDS docs/** .clang-format src/.gitignore + src/mudlet-lua/** ) # It is not clear that the "COMMENT" actually shows up anywhere - so include