aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-25 15:38:18 +0800
committercrupest <crupest@outlook.com>2020-12-25 15:38:18 +0800
commitda7ad0ff5c5b158be69c6cf9a2c8e9fc9ef2b3cb (patch)
tree9d58ba66119f5a1f6efa5a9b75c22e0453993a07 /src/ui/CMakeLists.txt
parenta14704fbd9b9fb377b7009a9fbe641a9b8d0fdfb (diff)
downloadcru-da7ad0ff5c5b158be69c6cf9a2c8e9fc9ef2b3cb.tar.gz
cru-da7ad0ff5c5b158be69c6cf9a2c8e9fc9ef2b3cb.tar.bz2
cru-da7ad0ff5c5b158be69c6cf9a2c8e9fc9ef2b3cb.zip
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 28200eb5..d1c1e830 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -20,7 +20,7 @@ add_library(cru_ui STATIC
controls/StackLayout.cpp
controls/TextBlock.cpp
controls/TextBox.cpp
- controls/TextControlService.hpp
+ controls/TextHostControlService.cpp
controls/Window.cpp
events/UiEvent.cpp
helper/BorderStyle.cpp
@@ -60,8 +60,9 @@ target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/controls/Popup.hpp
${CRU_UI_INCLUDE_DIR}/controls/RootControl.hpp
${CRU_UI_INCLUDE_DIR}/controls/StackLayout.hpp
- ${CRU_UI_INCLUDE_DIR}/controls/TextBox.hpp
${CRU_UI_INCLUDE_DIR}/controls/TextBlock.hpp
+ ${CRU_UI_INCLUDE_DIR}/controls/TextBox.hpp
+ ${CRU_UI_INCLUDE_DIR}/controls/TextHostControlService.hpp
${CRU_UI_INCLUDE_DIR}/controls/Window.hpp
${CRU_UI_INCLUDE_DIR}/events/UiEvent.hpp
${CRU_UI_INCLUDE_DIR}/helper/ClickDetector.hpp