mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Userland: Depend some applications on WebContent if it's being used
Deduced this mostly by looking at unveil()s.
This commit is contained in:
parent
a41dfc416f
commit
3667d7e93c
5 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,7 @@ serenity_component(
|
||||||
Help
|
Help
|
||||||
RECOMMENDED
|
RECOMMENDED
|
||||||
TARGETS Help
|
TARGETS Help
|
||||||
|
DEPENDS WebContent
|
||||||
)
|
)
|
||||||
|
|
||||||
compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
|
compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
|
||||||
|
|
|
@ -2,6 +2,7 @@ serenity_component(
|
||||||
Mail
|
Mail
|
||||||
RECOMMENDED
|
RECOMMENDED
|
||||||
TARGETS Mail
|
TARGETS Mail
|
||||||
|
DEPENDS WebContent
|
||||||
)
|
)
|
||||||
|
|
||||||
compile_gml(MailWindow.gml MailWindowGML.h mail_window_gml)
|
compile_gml(MailWindow.gml MailWindowGML.h mail_window_gml)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
serenity_component(
|
serenity_component(
|
||||||
Spreadsheet
|
Spreadsheet
|
||||||
TARGETS Spreadsheet
|
TARGETS Spreadsheet
|
||||||
|
DEPENDS WebContent
|
||||||
)
|
)
|
||||||
|
|
||||||
compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
serenity_component(
|
serenity_component(
|
||||||
Welcome
|
Welcome
|
||||||
TARGETS Welcome
|
TARGETS Welcome
|
||||||
DEPENDS Help
|
DEPENDS Help WebContent
|
||||||
)
|
)
|
||||||
|
|
||||||
compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
|
compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
|
||||||
|
|
|
@ -2,7 +2,7 @@ serenity_component(
|
||||||
HackStudio
|
HackStudio
|
||||||
RECOMMENDED
|
RECOMMENDED
|
||||||
TARGETS HackStudio
|
TARGETS HackStudio
|
||||||
DEPENDS CppLanguageServer ShellLanguageServer
|
DEPENDS CppLanguageServer ShellLanguageServer WebContent
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(LanguageServers)
|
add_subdirectory(LanguageServers)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue