summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-12-08 23:41:56 +0100
committerAndreas Kling <kling@serenityos.org>2020-12-08 23:41:56 +0100
commit5b7fb92ede0247e29a54da176aed1cd21e9ebe5b (patch)
tree555031f34578f95abb92640fae6b1f267bf39c63 /Libraries/LibWeb
parent35ad102595697e28efa00c56b5ad398ded545ed7 (diff)
downloadserenity-5b7fb92ede0247e29a54da176aed1cd21e9ebe5b.zip
LibWeb: Build the DumpLayoutTree subdirectory
Diffstat (limited to 'Libraries/LibWeb')
-rw-r--r--Libraries/LibWeb/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/CMakeLists.txt b/Libraries/LibWeb/CMakeLists.txt
index 22aae64422..3b6b57dba5 100644
--- a/Libraries/LibWeb/CMakeLists.txt
+++ b/Libraries/LibWeb/CMakeLists.txt
@@ -368,3 +368,5 @@ add_custom_command(
serenity_lib(LibWeb web)
target_link_libraries(LibWeb LibCore LibJS LibMarkdown LibGemini LibGUI LibGfx LibTextCodec LibProtocol LibImageDecoderClient)
+
+add_subdirectory(DumpLayoutTree)