aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-20 23:19:09 +0800
committercrupest <crupest@outlook.com>2022-01-20 23:19:09 +0800
commite021741e654ca53ba1dc1d6f3bf8219154912ec7 (patch)
treec19f3f40b15f2132a17e6ab651f3f1be21e0298c /src/ui
parent193b3fe67eaadf291ae77f689362d87861c26118 (diff)
downloadcru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.tar.gz
cru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.tar.bz2
cru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.zip
...
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 475231d3..3050b8b8 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -26,12 +26,13 @@ add_library(cru_ui SHARED
helper/ShortcutHub.cpp
host/LayoutPaintCycler.cpp
host/WindowHost.cpp
+ mapper/CornerRadiusMapper.cpp
mapper/Mapper.cpp
mapper/MapperRegistry.cpp
mapper/PointMapper.cpp
mapper/SizeMapper.cpp
mapper/ThicknessMapper.cpp
- render/CornerRenderObject.cpp
+ render/BorderRenderObject.cpp
render/CanvasRenderObject.cpp
render/FlexLayoutRenderObject.cpp
render/LayoutHelper.cpp