aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-02 19:19:22 +0800
committercrupest <crupest@outlook.com>2020-12-02 19:19:22 +0800
commit145cfd5b82d76e0c937eceda707aa22427899943 (patch)
treeab98708eea0e0ba7b965e20927303e49a8d9ae23 /src/ui/CMakeLists.txt
parent0fb7a0e0b2b9e04ca414b1e47c69cc854c79831b (diff)
downloadcru-145cfd5b82d76e0c937eceda707aa22427899943.tar.gz
cru-145cfd5b82d76e0c937eceda707aa22427899943.tar.bz2
cru-145cfd5b82d76e0c937eceda707aa22427899943.zip
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 5cb50ce3..85c87f5e 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -34,7 +34,7 @@ add_library(cru_ui STATIC
render/ScrollRenderObject.cpp
render/StackLayoutRenderObject.cpp
render/TextRenderObject.cpp
- style/Trigger.cpp
+ style/Condition.cpp
)
target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/Base.hpp
@@ -71,6 +71,6 @@ target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/render/ScrollRenderObject.hpp
${CRU_UI_INCLUDE_DIR}/render/StackLayoutRenderObject.hpp
${CRU_UI_INCLUDE_DIR}/render/TextRenderObject.hpp
- ${CRU_UI_INCLUDE_DIR}/style/Trigger.hpp
+ ${CRU_UI_INCLUDE_DIR}/style/Condition.hpp
)
target_link_libraries(cru_ui PUBLIC cru_platform_gui)