mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00

Also moves WebContentClient and the references to the generated IPC descriptions, since they are all components of OutOfProcessWebView. This patch has no functional changes.
6 lines
113 B
CMake
6 lines
113 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DumpLayoutTree)
|
|
target_link_libraries(DumpLayoutTree LibWebView LibWeb)
|