Merge pull request #26273 from 78andyp/blurayfixes2
[xbmc.git] / xbmc / pvr / epg / CMakeLists.txt
blobee5e7f40152d2a60f98619e755b2807388cd331b
1 set(SOURCES EpgContainer.cpp
2             Epg.cpp
3             EpgDatabase.cpp
4             EpgInfoTag.cpp
5             EpgSearch.cpp
6             EpgSearchFilter.cpp
7             EpgSearchPath.cpp
8             EpgChannelData.cpp
9             EpgTagsCache.cpp
10             EpgTagsContainer.cpp)
12 set(HEADERS Epg.h
13             EpgContainer.h
14             EpgDatabase.h
15             EpgInfoTag.h
16             EpgSearch.h
17             EpgSearchData.h
18             EpgSearchFilter.h
19             EpgSearchPath.h
20             EpgChannelData.h
21             EpgTagsCache.h
22             EpgTagsContainer.h)
24 core_add_library(pvr_epg)