diff options
author | crupest <crupest@outlook.com> | 2022-01-23 23:19:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-23 23:19:30 +0800 |
commit | 6d64ac7d354831b687aee1b7450d539411648888 (patch) | |
tree | 376146eb9f1cfd4162250d8fb62e78d8bd082e9f /src/ui/CMakeLists.txt | |
parent | 6f9ccdc9983c2cade1955c611b36b74a1caf037a (diff) | |
download | cru-6d64ac7d354831b687aee1b7450d539411648888.tar.gz cru-6d64ac7d354831b687aee1b7450d539411648888.tar.bz2 cru-6d64ac7d354831b687aee1b7450d539411648888.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 76a3530c..da4754f6 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -37,6 +37,8 @@ add_library(cru_ui SHARED mapper/ThicknessMapper.cpp mapper/style/BorderStylerMapper.cpp mapper/style/CursorStylerMapper.cpp + mapper/style/FocusConditionMapper.cpp + mapper/style/NoConditionMapper.cpp render/BorderRenderObject.cpp render/CanvasRenderObject.cpp render/FlexLayoutRenderObject.cpp |