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:
parent
dcbbbf5b4a
commit
97a67f5501
4 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(DumpLayoutTree)
|
||||
target_link_libraries(DumpLayoutTree LibWebView LibWeb)
|
Loading…
Add table
Add a link
Reference in a new issue