diff options
author | crupest <crupest@outlook.com> | 2021-12-13 20:58:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-13 20:58:42 +0800 |
commit | 21fccf43ec049569f690674840ca1a10420a40da (patch) | |
tree | 33341a51f41bc9d783221ad363e33ffeb177886b /src/ui/CMakeLists.txt | |
parent | c850d817cc0d8c2c80728f373f89dce91650023a (diff) | |
download | cru-21fccf43ec049569f690674840ca1a10420a40da.tar.gz cru-21fccf43ec049569f690674840ca1a10420a40da.tar.bz2 cru-21fccf43ec049569f690674840ca1a10420a40da.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 35c3581f..e4707cbc 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -24,7 +24,7 @@ add_library(cru_ui STATIC controls/TextBox.cpp controls/TextHostControlService.cpp controls/Window.cpp - events/UiEvent.cpp + events/MouseEventArgs.cpp helper/ClickDetector.cpp helper/ShortcutHub.cpp host/LayoutPaintCycler.cpp @@ -68,7 +68,15 @@ target_sources(cru_ui PUBLIC ${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}/events/FocusChangeEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/KeyEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/MouseButtonEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/MouseEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/MouseWheelEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/PaintEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/RoutedEvent.hpp + ${CRU_UI_INCLUDE_DIR}/events/UiEventArgs.hpp + ${CRU_UI_INCLUDE_DIR}/events/UiEvents.hpp ${CRU_UI_INCLUDE_DIR}/helper/ClickDetector.hpp ${CRU_UI_INCLUDE_DIR}/helper/ShortcutHub.hpp ${CRU_UI_INCLUDE_DIR}/host/LayoutPaintCycler.hpp |