repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[videodb] remove unused seasons table from episode_view
[xbmc.git]
/
xbmc
/
addons
/
interfaces
/
CMakeLists.txt
blob
8e58bb6cf9698565b44d9c442db60f55337ff03b
1
set(SOURCES AddonBase.cpp
2
AudioEngine.cpp
3
General.cpp
4
Filesystem.cpp
5
Network.cpp)
6
7
set(HEADERS AddonBase.h
8
AudioEngine.h
9
General.h
10
Filesystem.h
11
Network.h)
12
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()
17
18
core_add_library(addons_interfaces)