summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/CMakeLists.txt
blob: 44aaf054f0567c04ae4b9eec85cd2f2b3f26938e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(HEADERS AudioDecoder.h
            AudioEncoder.h
            ImageDecoder.h
            Inputstream.h
            Peripheral.h
            PeripheralUtils.h
            Screensaver.h
            VFS.h
            VideoCodec.h
            Visualization.h)

if(NOT ENABLE_STATIC_LIBS)
  core_add_library(addons_kodi-addon-dev-kit_include_kodi_addon-instance)
endif()