From df416bb822f6f4fa3856fb1764702feabbcc69c3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 29 Sep 2022 20:05:28 +0200 Subject: [PATCH] LibWeb: Add AvailableSpace.cpp to CMakeLists.txt --- Userland/Libraries/LibWeb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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