diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-08-22 21:06:49 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-08-22 21:06:49 +0200 |
commit | 069b27280f794e85d20fb3333d1181857a2e36b2 (patch) | |
tree | 1ccd663043bf5489fd3b1dd5fb42eabf858e4692 /cmake | |
parent | 2fa167fdbd1ce558f3b76248bd5f2633779a2b2b (diff) |
[addons][gui] move addon gui source files to own folder
This is done to have more clean and all GUI only related parts there
in own folder.
Also comes with another request a new helper class about addon GUI to handle
same parts on several places.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/treedata/common/subdirs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index 8131113296..d485d09cf5 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt @@ -2,6 +2,7 @@ xbmc xbmc xbmc/addons addons xbmc/addons/addoninfo addons_addoninfo xbmc/addons/binary-addons addons_binary-addons +xbmc/addons/gui addons_gui xbmc/addons/interfaces addons_interfaces xbmc/addons/interfaces/gui addons_interfaces_gui xbmc/addons/interfaces/gui/controls addons_interfaces_gui_controls |