aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-02 20:50:26 +0800
committercrupest <crupest@outlook.com>2020-12-02 20:50:26 +0800
commitc6baeb6432a4db7433aab4fc8f89cc235473f11a (patch)
treedee45567f87a33a52de752fbc234a7f09bd41245 /src/ui/CMakeLists.txt
parent7cb333e847eec701b0cb3577a84f0107a5be7602 (diff)
downloadcru-c6baeb6432a4db7433aab4fc8f89cc235473f11a.tar.gz
cru-c6baeb6432a4db7433aab4fc8f89cc235473f11a.tar.bz2
cru-c6baeb6432a4db7433aab4fc8f89cc235473f11a.zip
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 03297988..e61ed7de 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -36,6 +36,7 @@ add_library(cru_ui STATIC
render/TextRenderObject.cpp
style/Condition.cpp
style/Styler.cpp
+ style/StyleRule.cpp
)
target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/Base.hpp
@@ -77,5 +78,6 @@ target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/style/ApplyBorderStyleInfo.hpp
${CRU_UI_INCLUDE_DIR}/style/Condition.hpp
${CRU_UI_INCLUDE_DIR}/style/Styler.hpp
+ ${CRU_UI_INCLUDE_DIR}/style/StyleRule.hpp
)
target_link_libraries(cru_ui PUBLIC cru_platform_gui)