summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-02-21 19:29:43 +0000
committerAndreas Kling <kling@serenityos.org>2022-02-24 08:04:25 +0100
commit608bfac2a9dfa5f54a4584f044de2fa6eb2aaec2 (patch)
treef365a1d33f0b8bda7117125c8389c00cf93cc153 /Userland/Libraries/LibWeb/CMakeLists.txt
parent0465abcfec240f295feb2e31f5f46114200089da (diff)
downloadserenity-608bfac2a9dfa5f54a4584f044de2fa6eb2aaec2.zip
LibWeb: Implement CSS Time class
This corresponds to `<time>` 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 3478edf973..056bbf3eef 100644
--- a/Userland/Libraries/LibWeb/CMakeLists.txt
+++ b/Userland/Libraries/LibWeb/CMakeLists.txt
@@ -55,6 +55,7 @@ set(SOURCES
CSS/StyleValue.cpp
CSS/Supports.cpp
CSS/SyntaxHighlighter/SyntaxHighlighter.cpp
+ CSS/Time.cpp
CSS/ValueID.cpp
CSS/ValueID.h
Cookie/ParsedCookie.cpp