mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
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 <slysven@virginmedia.com>
This commit is contained in:
parent
9e1c63cb56
commit
9451d4918c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue