diff options
| author | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
| commit | 4830f27a40323fe859dc166337a2b861877b7121 (patch) | |
| tree | 39e9f712a5415ec0026c3914f4bf600b2f679287 /xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt | |
| parent | 0afb1d4d51973cf52973617c92236d851a039d31 (diff) | |
| download | kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.gz kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.bz2 kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.zip | |
sync with upstream
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt b/xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt new file mode 100644 index 0000000..80e9275 --- /dev/null +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | set(HEADERS AddonBase.h | ||
| 2 | AudioEngine.h | ||
| 3 | Filesystem.h | ||
| 4 | General.h | ||
| 5 | Network.h | ||
| 6 | StreamCodec.h | ||
| 7 | StreamCrypto.h | ||
| 8 | kodi_game_dll.h | ||
| 9 | kodi_game_types.h | ||
| 10 | kodi_vfs_types.h | ||
| 11 | libKODI_game.h | ||
| 12 | libKODI_guilib.h | ||
| 13 | libXBMC_addon.h | ||
| 14 | libXBMC_pvr.h | ||
| 15 | versions.h | ||
| 16 | xbmc_addon_dll.h | ||
| 17 | xbmc_addon_types.h | ||
| 18 | xbmc_epg_types.h | ||
| 19 | xbmc_pvr_dll.h | ||
| 20 | xbmc_pvr_types.h) | ||
| 21 | |||
| 22 | if(NOT ENABLE_STATIC_LIBS) | ||
| 23 | core_add_library(addons_kodi-addon-dev-kit_include_kodi) | ||
| 24 | endif() | ||
