diff options
author | crupest <crupest@outlook.com> | 2022-01-24 18:21:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-24 18:21:39 +0800 |
commit | 7a95d9af36221f36402495513c3563c5dc2163ad (patch) | |
tree | 03ab7b98ec65cf46c3af1f18dfbdb89df16e4284 /src/ui/CMakeLists.txt | |
parent | ffaf8978508ac5ca6457906c26b9db18728d4eba (diff) | |
download | cru-7a95d9af36221f36402495513c3563c5dc2163ad.tar.gz cru-7a95d9af36221f36402495513c3563c5dc2163ad.tar.bz2 cru-7a95d9af36221f36402495513c3563c5dc2163ad.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index da4754f6..fc2ef76b 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -35,10 +35,13 @@ add_library(cru_ui SHARED mapper/PointMapper.cpp mapper/SizeMapper.cpp mapper/ThicknessMapper.cpp + mapper/style/AndConditionMapper.cpp mapper/style/BorderStylerMapper.cpp + mapper/style/ClickStateConditionMapper.cpp mapper/style/CursorStylerMapper.cpp mapper/style/FocusConditionMapper.cpp mapper/style/NoConditionMapper.cpp + mapper/style/OrConditionMapper.cpp render/BorderRenderObject.cpp render/CanvasRenderObject.cpp render/FlexLayoutRenderObject.cpp |