diff options
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 9ad0df08..56205db0 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -3,6 +3,8 @@ add_library(cru_ui SHARED ThemeManager.cpp components/Component.cpp components/Menu.cpp + components/PopupButton.cpp + components/Select.cpp controls/Button.cpp controls/CheckBox.cpp controls/Container.cpp |