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

serenity_bin(DumpLayoutTree)
target_link_libraries(DumpLayoutTree PRIVATE LibWebView LibWeb)