1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

LibWebView: Move the DumpLayoutTree utility to LibWebView

This patch has no functional changes.
This commit is contained in:
DexesTTP 2022-04-30 11:11:12 +02:00 committed by Andreas Kling
parent dcbbbf5b4a
commit 97a67f5501
4 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,6 @@
set(SOURCES
main.cpp
)
serenity_bin(DumpLayoutTree)
target_link_libraries(DumpLayoutTree LibWebView LibWeb)