summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet
diff options
context:
space:
mode:
authorKarol Kosek <krkk@serenityos.org>2022-05-26 00:06:41 +0200
committerLinus Groh <mail@linusgroh.de>2022-05-26 21:54:58 +0100
commit3667d7e93cf8e671756e1ed8f317403b6315366d (patch)
tree975f511f50db14eb7aa2194979e6e3bb0b30f792 /Userland/Applications/Spreadsheet
parenta41dfc416f18dc06d41472d7dc4490132281431c (diff)
downloadserenity-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.txt1
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)