diff options
author | crupest <crupest@outlook.com> | 2022-02-26 20:12:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-26 20:12:54 +0800 |
commit | 673f1939beb1b477a23d9641a07a2e05fff903b4 (patch) | |
tree | 048ba6b4eab749266d8e2ec05df182bedcf3499f /src/ui/CMakeLists.txt | |
parent | 65e288c40a593965b41378755f7111c56e123295 (diff) | |
download | cru-673f1939beb1b477a23d9641a07a2e05fff903b4.tar.gz cru-673f1939beb1b477a23d9641a07a2e05fff903b4.tar.bz2 cru-673f1939beb1b477a23d9641a07a2e05fff903b4.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 e02ad9da..e3819800 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -45,8 +45,10 @@ add_library(cru_ui SHARED mapper/style/CursorStylerMapper.cpp mapper/style/FocusConditionMapper.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/StyleRuleMapper.cpp mapper/style/StyleRuleSetMapper.cpp |