diff options
author | crupest <crupest@outlook.com> | 2020-03-19 19:11:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-19 19:11:33 +0800 |
commit | 5da4f511e85de9e79bee40e3c5e04f899a48723c (patch) | |
tree | 8c07925417fc1f062bb6f4ec64dc9226199e6099 /src/ui/CMakeLists.txt | |
parent | ad29543fe081d2a0a5e6737f9073399e4e91383f (diff) | |
download | cru-5da4f511e85de9e79bee40e3c5e04f899a48723c.tar.gz cru-5da4f511e85de9e79bee40e3c5e04f899a48723c.tar.bz2 cru-5da4f511e85de9e79bee40e3c5e04f899a48723c.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 029fab9d..e132f3df 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -38,6 +38,7 @@ target_sources(cru_ui PUBLIC ${CRU_UI_INCLUDE_DIR}/ui_event.hpp ${CRU_UI_INCLUDE_DIR}/ui_manager.hpp ${CRU_UI_INCLUDE_DIR}/window.hpp + ${CRU_UI_INCLUDE_DIR}/controls/base.hpp ${CRU_UI_INCLUDE_DIR}/controls/button.hpp ${CRU_UI_INCLUDE_DIR}/controls/container.hpp ${CRU_UI_INCLUDE_DIR}/controls/flex_layout.hpp |