summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-dev-kit/include/kodi/CMakeLists.txt
blob: d37078ac6f0fac1f9359d7cdee86dd8c1dd5ec90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(HEADERS AddonBase.h
            AudioEngine.h
            Filesystem.h
            General.h
            Network.h
            StreamCodec.h
            StreamCrypto.h
            versions.h)

if(CORE_SYSTEM_NAME STREQUAL android)
  list(APPEND SOURCES platform/android/System.h)
endif()

if(NOT ENABLE_STATIC_LIBS)
  core_add_library(addons_kodi-dev-kit_include_kodi)
endif()