diff options
author | Karol Kosek <krkk@serenityos.org> | 2022-05-26 00:06:41 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-26 21:54:58 +0100 |
commit | 3667d7e93cf8e671756e1ed8f317403b6315366d (patch) | |
tree | 975f511f50db14eb7aa2194979e6e3bb0b30f792 /Userland/Applications/Spreadsheet | |
parent | a41dfc416f18dc06d41472d7dc4490132281431c (diff) | |
download | serenity-3667d7e93cf8e671756e1ed8f317403b6315366d.zip |
Userland: Depend some applications on WebContent if it's being used
Deduced this mostly by looking at unveil()s.
Diffstat (limited to 'Userland/Applications/Spreadsheet')
-rw-r--r-- | Userland/Applications/Spreadsheet/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Spreadsheet/CMakeLists.txt b/Userland/Applications/Spreadsheet/CMakeLists.txt index 79837b0aad..17d66eb4af 100644 --- a/Userland/Applications/Spreadsheet/CMakeLists.txt +++ b/Userland/Applications/Spreadsheet/CMakeLists.txt @@ -1,6 +1,7 @@ serenity_component( Spreadsheet TARGETS Spreadsheet + DEPENDS WebContent ) compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml) |