summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-29 20:05:28 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-29 20:05:28 +0200
commitdf416bb822f6f4fa3856fb1764702feabbcc69c3 (patch)
treecb42bb979c53e6d1b6565dc626b795ee32fe9ef3 /Userland/Libraries/LibWeb
parente6eb8a9f06a8617aec458367ea2b47ca91ac687e (diff)
downloadserenity-df416bb822f6f4fa3856fb1764702feabbcc69c3.zip
LibWeb: Add AvailableSpace.cpp to CMakeLists.txt
Diffstat (limited to 'Userland/Libraries/LibWeb')
-rw-r--r--Userland/Libraries/LibWeb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CMakeLists.txt b/Userland/Libraries/LibWeb/CMakeLists.txt
index 48d09efd93..0633930fea 100644
--- a/Userland/Libraries/LibWeb/CMakeLists.txt
+++ b/Userland/Libraries/LibWeb/CMakeLists.txt
@@ -276,6 +276,7 @@ set(SOURCES
Infra/ByteSequences.cpp
Infra/JSON.cpp
IntersectionObserver/IntersectionObserver.cpp
+ Layout/AvailableSpace.cpp
Layout/BlockContainer.cpp
Layout/BlockFormattingContext.cpp
Layout/Box.cpp