mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
7 lines
113 B
CMake
7 lines
113 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DumpLayoutTree)
|
|
target_link_libraries(DumpLayoutTree LibWebView LibWeb)
|