summaryrefslogtreecommitdiffstats
path: root/xbmc/pvr/epg/CMakeLists.txt
blob: 0ea75b702a804ea1bbce2e63af70c4958834a747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
set(SOURCES EpgContainer.cpp
            Epg.cpp
            EpgDatabase.cpp
            EpgInfoTag.cpp
            EpgSearchFilter.cpp
            EpgSearchPath.cpp
            EpgChannelData.cpp
            EpgTagsCache.cpp
            EpgTagsContainer.cpp)

set(HEADERS Epg.h
            EpgContainer.h
            EpgDatabase.h
            EpgInfoTag.h
            EpgSearchData.h
            EpgSearchFilter.h
            EpgSearchPath.h
            EpgChannelData.h
            EpgTagsCache.h
            EpgTagsContainer.h)

core_add_library(pvr_epg)