aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-15 22:56:59 +0800
committercrupest <crupest@outlook.com>2023-10-15 22:56:59 +0800
commita696fed6a858e1abb88515842666b08bfad72334 (patch)
tree03ccdf4c5f05f6b8f2e18ddda483971da0297ead /src/ui/CMakeLists.txt
parentc34035b9491c201eca226a2e065fd9753d706433 (diff)
downloadcru-a696fed6a858e1abb88515842666b08bfad72334.tar.gz
cru-a696fed6a858e1abb88515842666b08bfad72334.tar.bz2
cru-a696fed6a858e1abb88515842666b08bfad72334.zip
Init ui::document.
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index b6987c74..1e227fd7 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -24,6 +24,8 @@ add_library(CruUi
controls/TextHostControlService.cpp
controls/TreeView.cpp
controls/Window.cpp
+ document/DocumentElement.cpp
+ document/DocumentElementType.cpp
events/MouseEventArgs.cpp
helper/ClickDetector.cpp
helper/ShortcutHub.cpp