mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
7 lines
113 B
CMake
7 lines
113 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DumpLayoutTree)
|
|
target_link_libraries(DumpLayoutTree LibWebView LibWeb)
|