1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibWeb: Add AvailableSpace.cpp to CMakeLists.txt

This commit is contained in:
Andreas Kling 2022-09-29 20:05:28 +02:00
parent e6eb8a9f06
commit df416bb822

View file

@ -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