summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt')
-rw-r--r--Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt b/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt
new file mode 100644
index 0000000000..5891a69932
--- /dev/null
+++ b/Userland/Libraries/LibWebView/DumpLayoutTree/CMakeLists.txt
@@ -0,0 +1,6 @@
+set(SOURCES
+ main.cpp
+)
+
+serenity_bin(DumpLayoutTree)
+target_link_libraries(DumpLayoutTree LibWebView LibWeb)