1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 05:55:00 +00:00
serenity/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt
DexesTTP 97a67f5501 LibWebView: Move the DumpLayoutTree utility to LibWebView
This patch has no functional changes.
2022-05-15 12:17:36 +02:00

6 lines
113 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(DumpLayoutTree)
target_link_libraries(DumpLayoutTree LibWebView LibWeb)