summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/controls/CMakeLists.txt
blob: c7cc1ddcd9cd006f96e627fb0dd871d59be856ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)

if(NOT ENABLE_STATIC_LIBS)
  core_add_library(addons_kodi-addon-dev-kit_include_kodi_gui_controls)
endif()