summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-02-21 17:51:01 +0000
committerAndreas Kling <kling@serenityos.org>2022-02-24 08:04:25 +0100
commit0465abcfec240f295feb2e31f5f46114200089da (patch)
tree0a47e83455a9743d90ad53d7ceb8fd8e1202ccf5 /Userland/Libraries/LibWeb/CMakeLists.txt
parentbd79c303f6733f93c840423a2bc5f9bdd9168c2d (diff)
downloadserenity-0465abcfec240f295feb2e31f5f46114200089da.zip
LibWeb: Implement CSS Resolution class
This corresponds to `<resolution>` in the grammar.
Diffstat (limited to 'Userland/Libraries/LibWeb/CMakeLists.txt')
-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 f549b6dc34..3478edf973 100644
--- a/Userland/Libraries/LibWeb/CMakeLists.txt
+++ b/Userland/Libraries/LibWeb/CMakeLists.txt
@@ -42,6 +42,7 @@ set(SOURCES
CSS/PropertyID.cpp
CSS/PropertyID.h
CSS/QuirksModeStyleSheetSource.cpp
+ CSS/Resolution.cpp
CSS/ResolvedCSSStyleDeclaration.cpp
CSS/Screen.cpp
CSS/Selector.cpp