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
Merge pull request #22816 from CastagnaIT/fix_tx3g
[xbmc.git]
/
xbmc
/
playlists
/
CMakeLists.txt
blob
c665156e6faa9eb70db975864c0f61681f2c9466
1
set(SOURCES PlayListB4S.cpp
2
PlayList.cpp
3
PlayListFactory.cpp
4
PlayListM3U.cpp
5
PlayListPLS.cpp
6
PlayListURL.cpp
7
PlayListWPL.cpp
8
PlayListXML.cpp
9
PlayListXSPF.cpp
10
SmartPlayList.cpp
11
SmartPlaylistFileItemListModifier.cpp)
12
13
set(HEADERS PlayList.h
14
PlayListB4S.h
15
PlayListFactory.h
16
PlayListM3U.h
17
PlayListPLS.h
18
PlayListTypes.h
19
PlayListURL.h
20
PlayListWPL.h
21
PlayListXML.h
22
PlayListXSPF.h
23
SmartPlayList.h
24
SmartPlaylistFileItemListModifier.h)
25
26
core_add_library(playlists)