aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-10 20:29:28 +0800
committercrupest <crupest@outlook.com>2020-11-10 20:29:28 +0800
commit4fcf336d15fe246259ee18ccc99808d80e69c455 (patch)
treeabd1867004b804cce3e6b72ae8c40a43f630d048 /src/ui/CMakeLists.txt
parentbde7bdeec01574587565f782c48a18338ed66705 (diff)
downloadcru-4fcf336d15fe246259ee18ccc99808d80e69c455.tar.gz
cru-4fcf336d15fe246259ee18ccc99808d80e69c455.tar.bz2
cru-4fcf336d15fe246259ee18ccc99808d80e69c455.zip
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index d9edf49e..974a3959 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -21,8 +21,10 @@ add_library(cru_ui STATIC
controls/TextControlService.hpp
controls/Window.cpp
events/UiEvent.cpp
+ helper/BorderStyle.cpp
helper/ClickDetector.cpp
helper/ShortcutHub.cpp
+ helper/Styler.cpp
host/LayoutPaintCycler.cpp
host/WindowHost.cpp
render/BorderRenderObject.cpp
@@ -53,8 +55,10 @@ target_sources(cru_ui PUBLIC
${CRU_UI_INCLUDE_DIR}/controls/TextBlock.hpp
${CRU_UI_INCLUDE_DIR}/controls/Window.hpp
${CRU_UI_INCLUDE_DIR}/events/UiEvent.hpp
+ ${CRU_UI_INCLUDE_DIR}/helper/BorderStyle.hpp
${CRU_UI_INCLUDE_DIR}/helper/ClickDetector.hpp
${CRU_UI_INCLUDE_DIR}/helper/ShortcutHub.hpp
+ ${CRU_UI_INCLUDE_DIR}/helper/Styler.hpp
${CRU_UI_INCLUDE_DIR}/host/LayoutPaintCycler.hpp
${CRU_UI_INCLUDE_DIR}/host/WindowHost.hpp
${CRU_UI_INCLUDE_DIR}/render/Base.hpp