LibWeb: Build the DumpLayoutTree subdirectory

This commit is contained in:
Andreas Kling 2020-12-08 23:41:56 +01:00
parent 35ad102595
commit 5b7fb92ede

View file

@ -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)