From 5b7fb92ede0247e29a54da176aed1cd21e9ebe5b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 8 Dec 2020 23:41:56 +0100 Subject: [PATCH] LibWeb: Build the DumpLayoutTree subdirectory --- Libraries/LibWeb/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)