aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-04-11 00:01:51 +0800
committercrupest <crupest@outlook.com>2020-04-11 00:01:51 +0800
commit23ef59b6aa14874e3b68c8716c137eb65583cd63 (patch)
tree3f15dbfe3115b03a19a49abb7fcbc27d9c440769 /src/ui/CMakeLists.txt
parent41e17e281ba31e9eff612017f5a2dafd847278b0 (diff)
downloadcru-23ef59b6aa14874e3b68c8716c137eb65583cd63.tar.gz
cru-23ef59b6aa14874e3b68c8716c137eb65583cd63.tar.bz2
cru-23ef59b6aa14874e3b68c8716c137eb65583cd63.zip
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index e132f3df..a8fd46a5 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -9,7 +9,8 @@ add_library(cru_ui STATIC
control.cpp
helper.cpp
layout_control.cpp
- no_child_control.cpp
+ no_child_control.cpp
+ ui_host.cpp
ui_manager.cpp
window.cpp
controls/button.cpp
@@ -36,6 +37,7 @@ target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/layout_control.hpp
${CRU_UI_INCLUDE_DIR}/no_child_control.hpp
${CRU_UI_INCLUDE_DIR}/ui_event.hpp
+ ${CRU_UI_INCLUDE_DIR}/ui_host.hpp
${CRU_UI_INCLUDE_DIR}/ui_manager.hpp
${CRU_UI_INCLUDE_DIR}/window.hpp
${CRU_UI_INCLUDE_DIR}/controls/base.hpp