summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt
blob: 5891a69932a80f77cf55aaad5e3db271c46b589c (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

serenity_bin(DumpLayoutTree)
target_link_libraries(DumpLayoutTree LibWebView LibWeb)