diff options
author | crupest <crupest@outlook.com> | 2022-03-10 18:03:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-10 18:03:49 +0800 |
commit | 1cf1002f1d3cd81ddb920eb7196a067b566f11e2 (patch) | |
tree | 8a299d16f0f5074d876175a602190f477bd498ea /src/ui/CMakeLists.txt | |
parent | 51f87e3ff980e62f9cb5ee656e5591412e2766eb (diff) | |
download | cru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.tar.gz cru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.tar.bz2 cru-1cf1002f1d3cd81ddb920eb7196a067b566f11e2.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 c9f0df8e..408c93d8 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -3,6 +3,7 @@ add_library(cru_ui SHARED ThemeManager.cpp ThemeResourceDictionary.cpp components/Component.cpp + components/Input.cpp components/Menu.cpp components/PopupButton.cpp components/Select.cpp |