[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / addons / interfaces / CMakeLists.txt
blob8e58bb6cf9698565b44d9c442db60f55337ff03b
1 set(SOURCES AddonBase.cpp
2             AudioEngine.cpp
3             General.cpp
4             Filesystem.cpp
5             Network.cpp)
7 set(HEADERS AddonBase.h
8             AudioEngine.h
9             General.h
10             Filesystem.h
11             Network.h)
13 if(CORE_SYSTEM_NAME STREQUAL android)
14   list(APPEND SOURCES platform/android/System.cpp)
15   list(APPEND HEADERS platform/android/System.h)
16 endif()
18 core_add_library(addons_interfaces)