1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Userland/Libraries/LibWeb/DumpLayoutTree/CMakeLists.txt
DexesTTP dcbbbf5b4a LibWebView: Move OutOfProcessWebView to a new LibWebView library
Also moves WebContentClient and the references to the generated IPC
descriptions, since they are all components of OutOfProcessWebView.

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)