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