diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-12-15 21:27:33 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-12-15 21:27:33 +0800 |
| commit | c77072d586bf7aca58e6465ceab3d11a0be0021f (patch) | |
| tree | 83605be90fd32104ef74bbd1d84d900aaf0271ce /src/ui/CMakeLists.txt | |
| parent | bc3fa9650699046f3a87a620282ee43f26b2fa75 (diff) | |
| download | cru-c77072d586bf7aca58e6465ceab3d11a0be0021f.tar.gz cru-c77072d586bf7aca58e6465ceab3d11a0be0021f.tar.bz2 cru-c77072d586bf7aca58e6465ceab3d11a0be0021f.zip | |
Clean up mapper codes.
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 0dd5bc32..7e0beecd 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -39,20 +39,8 @@ add_library(CruUi mapper/SizeMapper.cpp mapper/StringMapper.cpp mapper/ThicknessMapper.cpp - mapper/style/AndConditionMapper.cpp - mapper/style/BorderStylerMapper.cpp - mapper/style/CheckedConditionMapper.cpp - mapper/style/ClickStateConditionMapper.cpp - mapper/style/ContentBrushStylerMapper.cpp - mapper/style/CursorStylerMapper.cpp - mapper/style/FocusConditionMapper.cpp - mapper/style/FontStylerMapper.cpp - mapper/style/HoverConditionMapper.cpp - mapper/style/MarginStylerMapper.cpp - mapper/style/NoConditionMapper.cpp - mapper/style/OrConditionMapper.cpp - mapper/style/PaddingStylerMapper.cpp - mapper/style/PreferredSizeStylerMapper.cpp + mapper/style/ConditionMapper.cpp + mapper/style/StylerMapper.cpp mapper/style/StyleRuleMapper.cpp mapper/style/StyleRuleSetMapper.cpp render/BorderRenderObject.cpp |
