diff options
author | crupest <crupest@outlook.com> | 2022-01-19 23:17:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-19 23:17:49 +0800 |
commit | 05abe24e4b076b9b9e40132b6504f06ca31bc68b (patch) | |
tree | aa80bff251643a1c4ff25a1f17bad4f8b2950245 /src/ui/CMakeLists.txt | |
parent | 31422f87f729bd35bcebfb277d08b230424e3618 (diff) | |
download | cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.tar.gz cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.tar.bz2 cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 0d42c8b7..9dbe9b3c 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -28,6 +28,8 @@ add_library(cru_ui SHARED host/WindowHost.cpp mapper/Mapper.cpp mapper/MapperRegistry.cpp + mapper/PointMapper.cpp + mapper/ThicknessMapper.cpp render/BorderRenderObject.cpp render/CanvasRenderObject.cpp render/FlexLayoutRenderObject.cpp |