mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
7 lines
102 B
CMake
7 lines
102 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DumpLayoutTree)
|
|
target_link_libraries(DumpLayoutTree LibWeb)
|