forked from quickshell/quickshell
refactor(wayland): seperate cmake files for modularity
This commit is contained in:
parent
5bbd0333ef
commit
c6dde9ca9d
28 changed files with 32 additions and 33 deletions
15
src/core/module.md
Normal file
15
src/core/module.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
name = "QuickShell"
|
||||
description = "Core QuickShell types"
|
||||
headers = [
|
||||
"qmlglobal.hpp",
|
||||
"qmlscreen.hpp",
|
||||
"reload.hpp",
|
||||
"shell.hpp",
|
||||
"variants.hpp",
|
||||
"proxywindow.hpp",
|
||||
"layershell.hpp",
|
||||
"region.hpp",
|
||||
"persistentprops.hpp",
|
||||
]
|
||||
-----
|
||||
The core types provided by QuickShell
|
Loading…
Add table
Add a link
Reference in a new issue