diff options
author | crupest <crupest@outlook.com> | 2022-01-20 23:19:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-20 23:19:09 +0800 |
commit | e021741e654ca53ba1dc1d6f3bf8219154912ec7 (patch) | |
tree | c19f3f40b15f2132a17e6ab651f3f1be21e0298c /src/ui | |
parent | 193b3fe67eaadf291ae77f689362d87861c26118 (diff) | |
download | cru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.tar.gz cru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.tar.bz2 cru-e021741e654ca53ba1dc1d6f3bf8219154912ec7.zip |
...
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/CMakeLists.txt | 3 |
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 |