summaryrefslogtreecommitdiff
path: root/Userland/DevTools
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/DevTools
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/DevTools')
-rw-r--r--Userland/DevTools/HackStudio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/CMakeLists.txt b/Userland/DevTools/HackStudio/CMakeLists.txt
index b88bc28e5f..3845c9d76e 100644
--- a/Userland/DevTools/HackStudio/CMakeLists.txt
+++ b/Userland/DevTools/HackStudio/CMakeLists.txt
@@ -2,7 +2,7 @@ serenity_component(
HackStudio
RECOMMENDED
TARGETS HackStudio
- DEPENDS CppLanguageServer ShellLanguageServer
+ DEPENDS CppLanguageServer ShellLanguageServer WebContent
)
add_subdirectory(LanguageServers)