aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-30 13:14:34 +0800
committercrupest <crupest@outlook.com>2020-10-30 13:14:34 +0800
commit93265251d56c91b05f160423077ce95339786f87 (patch)
tree96627217a4a3ed3bca6a21e35ca6310ef6217936 /src/ui/CMakeLists.txt
parenta176c40ba0f913f98e966f11bad557833ae6dc57 (diff)
downloadcru-93265251d56c91b05f160423077ce95339786f87.tar.gz
cru-93265251d56c91b05f160423077ce95339786f87.tar.bz2
cru-93265251d56c91b05f160423077ce95339786f87.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 d7b924cb..449fb4d9 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -21,6 +21,7 @@ add_library(cru_ui STATIC
controls/TextBlock.cpp
controls/TextBox.cpp
controls/TextControlService.hpp
+ host/LayoutPaintCycler.cpp
host/WindowHost.cpp
render/BorderRenderObject.cpp
render/CanvasRenderObject.cpp
@@ -50,6 +51,7 @@ target_sources(cru_ui PUBLIC
${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}/host/LayoutPaintCycler.hpp
${CRU_UI_INCLUDE_DIR}/host/WindowHost.hpp
${CRU_UI_INCLUDE_DIR}/render/Base.hpp
${CRU_UI_INCLUDE_DIR}/render/BorderRenderObject.hpp