diff options
author | crupest <crupest@outlook.com> | 2020-12-09 23:14:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-09 23:14:48 +0800 |
commit | a7b2a80edb224e3e1371571ab46ffad252e2e252 (patch) | |
tree | 4ddebbbc61fba75c72e4dbb9ae5ca7341e07f292 /src/ui/CMakeLists.txt | |
parent | a9cd77f9af0a3541f31460981cb0515ba43f5a1e (diff) | |
download | cru-a7b2a80edb224e3e1371571ab46ffad252e2e252.tar.gz cru-a7b2a80edb224e3e1371571ab46ffad252e2e252.tar.bz2 cru-a7b2a80edb224e3e1371571ab46ffad252e2e252.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index d183fdbb..28200eb5 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -6,6 +6,8 @@ add_library(cru_ui STATIC Helper.cpp UiManager.cpp + components/Component.cpp + components/Menu.cpp controls/Button.cpp controls/Container.cpp controls/ContentControl.cpp @@ -43,6 +45,8 @@ target_sources(cru_ui PUBLIC ${CRU_UI_INCLUDE_DIR}/Base.hpp ${CRU_UI_INCLUDE_DIR}/DebugFlags.hpp ${CRU_UI_INCLUDE_DIR}/UiManager.hpp + ${CRU_UI_INCLUDE_DIR}/components/Component.hpp + ${CRU_UI_INCLUDE_DIR}/components/Menu.hpp ${CRU_UI_INCLUDE_DIR}/controls/Base.hpp ${CRU_UI_INCLUDE_DIR}/controls/Button.hpp ${CRU_UI_INCLUDE_DIR}/controls/Container.hpp |