set(SOURCES Button.cpp
            Edit.cpp
            FadeLabel.cpp
            Image.cpp
            Label.cpp
            Progress.cpp
            RadioButton.cpp
            Rendering.cpp
            SettingsSlider.cpp
            Slider.cpp
            Spin.cpp
            TextBox.cpp)

set(HEADERS Button.h
            Edit.h
            FadeLabel.h
            Image.h
            Label.h
            Progress.h
            RadioButton.h
            Rendering.h
            SettingsSlider.h
            Slider.h
            Spin.h
            TextBox.h)

core_add_library(addons_interfaces_gui_controls)
