summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-28 11:44:19 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-28 11:44:19 +0200
commit5c35f3c9badef4d323a1539a146659df3e799758 (patch)
treee6148760e3deefa8647e7012198e08f092095be5 /Libraries/LibWeb/CMakeLists.txt
parentca6e3612792ea5aa622d2b1b4b727513ce9100b5 (diff)
downloadserenity-5c35f3c9badef4d323a1539a146659df3e799758.zip
LibWeb: Support named character references (e.g "&amp;")
Diffstat (limited to 'Libraries/LibWeb/CMakeLists.txt')
-rw-r--r--Libraries/LibWeb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/CMakeLists.txt b/Libraries/LibWeb/CMakeLists.txt
index 83f8c85394..a8ff0b319d 100644
--- a/Libraries/LibWeb/CMakeLists.txt
+++ b/Libraries/LibWeb/CMakeLists.txt
@@ -85,6 +85,7 @@ set(SOURCES
Layout/LineBox.cpp
Layout/LineBoxFragment.cpp
Parser/CSSParser.cpp
+ Parser/Entities.cpp
Parser/HTMLDocumentParser.cpp
Parser/HTMLParser.cpp
Parser/HTMLToken.cpp