summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/CMakeLists.txt
blob: 834ec00a19cad34e0ab14b71d28cdb7be52bc726 (plain)
1
2
3
4
5
6
7
8
9
set(HEADERS General.h
            ListItem.h
            Window.h
            definitions.h
            renderHelper.h)

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