ladybird/Userland/Libraries/LibWeb/DumpLayoutTree/CMakeLists.txt

7 lines
102 B
Text
Raw Normal View History

set(SOURCES
main.cpp
)
serenity_bin(DumpLayoutTree)
target_link_libraries(DumpLayoutTree LibWeb)