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
[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git]
/
xbmc
/
pvr
/
epg
/
CMakeLists.txt
blob
0ea75b702a804ea1bbce2e63af70c4958834a747
1
set(SOURCES EpgContainer.cpp
2
Epg.cpp
3
EpgDatabase.cpp
4
EpgInfoTag.cpp
5
EpgSearchFilter.cpp
6
EpgSearchPath.cpp
7
EpgChannelData.cpp
8
EpgTagsCache.cpp
9
EpgTagsContainer.cpp)
10
11
set(HEADERS Epg.h
12
EpgContainer.h
13
EpgDatabase.h
14
EpgInfoTag.h
15
EpgSearchData.h
16
EpgSearchFilter.h
17
EpgSearchPath.h
18
EpgChannelData.h
19
EpgTagsCache.h
20
EpgTagsContainer.h)
21
22
core_add_library(pvr_epg)