diff options
author | DexesTTP <dexes.ttp@gmail.com> | 2022-04-30 11:13:33 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-15 12:17:36 +0200 |
commit | b797e1e2b95c3e91849b4726cfd1871d285b6f55 (patch) | |
tree | 1feb4d03897150ed5845db5b453e6b4087017bff /Userland/Libraries/LibWebView/CMakeLists.txt | |
parent | 97a67f55012ff1a084f007b2a880a6389cc2e1b9 (diff) | |
download | serenity-b797e1e2b95c3e91849b4726cfd1871d285b6f55.zip |
LibWebView: Move DOMTreeModel to LibWebView
This patch has no functional changes.
Diffstat (limited to 'Userland/Libraries/LibWebView/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibWebView/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWebView/CMakeLists.txt b/Userland/Libraries/LibWebView/CMakeLists.txt index 06238edc75..4f9d9ce159 100644 --- a/Userland/Libraries/LibWebView/CMakeLists.txt +++ b/Userland/Libraries/LibWebView/CMakeLists.txt @@ -1,4 +1,5 @@ set(SOURCES + DOMTreeModel.cpp OutOfProcessWebView.cpp WebContentClient.cpp ) |