diff options
author | crupest <crupest@outlook.com> | 2020-10-27 22:52:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 22:52:34 +0800 |
commit | 37e43bbff36dd7f21d0a483eda62509b9bd7aebf (patch) | |
tree | d9c29a6d2c60279f1605931daac3f52d0c7ea064 /src/ui/CMakeLists.txt | |
parent | f90650efb7175957892d18097954ffd3aa59dc95 (diff) | |
download | cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.tar.gz cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.tar.bz2 cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 6c50ec57..a83ab1d7 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(cru_ui STATIC Helper.cpp LayoutControl.cpp NoChildControl.cpp + ShortcutHub.cpp UiEvent.cpp UiHost.cpp UiManager.cpp @@ -36,8 +37,10 @@ target_sources(cru_ui PUBLIC ${CRU_UI_INCLUDE_DIR}/ClickDetector.hpp ${CRU_UI_INCLUDE_DIR}/ContentControl.hpp ${CRU_UI_INCLUDE_DIR}/Control.hpp + ${CRU_UI_INCLUDE_DIR}/DebugFlags.hpp ${CRU_UI_INCLUDE_DIR}/LayoutControl.hpp ${CRU_UI_INCLUDE_DIR}/NoChildControl.hpp + ${CRU_UI_INCLUDE_DIR}/ShortcutHub.hpp ${CRU_UI_INCLUDE_DIR}/UiEvent.hpp ${CRU_UI_INCLUDE_DIR}/UiHost.hpp ${CRU_UI_INCLUDE_DIR}/UiManager.hpp |