diff options
author | crupest <crupest@outlook.com> | 2022-02-12 22:21:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-12 22:21:47 +0800 |
commit | 614c9d27ff0aa8eeff663469979af191c07792e3 (patch) | |
tree | 08905333656e2a9e473d65f16bfc4819ea19624e /src/ui/CMakeLists.txt | |
parent | 0f91e36d49cbdadedce96009954810bffd614359 (diff) | |
download | cru-614c9d27ff0aa8eeff663469979af191c07792e3.tar.gz cru-614c9d27ff0aa8eeff663469979af191c07792e3.tar.bz2 cru-614c9d27ff0aa8eeff663469979af191c07792e3.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 6ed06bc2..9ad0df08 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -4,6 +4,7 @@ add_library(cru_ui SHARED components/Component.cpp components/Menu.cpp controls/Button.cpp + controls/CheckBox.cpp controls/Container.cpp controls/Control.cpp controls/FlexLayout.cpp |