diff options
author | Andreas Kling <kling@serenityos.org> | 2020-12-08 23:41:56 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-08 23:41:56 +0100 |
commit | 5b7fb92ede0247e29a54da176aed1cd21e9ebe5b (patch) | |
tree | 555031f34578f95abb92640fae6b1f267bf39c63 /Libraries/LibWeb | |
parent | 35ad102595697e28efa00c56b5ad398ded545ed7 (diff) | |
download | serenity-5b7fb92ede0247e29a54da176aed1cd21e9ebe5b.zip |
LibWeb: Build the DumpLayoutTree subdirectory
Diffstat (limited to 'Libraries/LibWeb')
-rw-r--r-- | Libraries/LibWeb/CMakeLists.txt | 2 |
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) |