summaryrefslogtreecommitdiffstats
path: root/xbmc/pvr/CMakeLists.txt
blob: e7a95a651599ed1721b055f7883f1034abfe2090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
set(SOURCES PVRCachedImage.cpp
	    PVRCachedImages.cpp
            PVRChannelNumberInputHandler.cpp
            PVRComponentRegistration.cpp
            PVRContextMenus.cpp
            PVRDatabase.cpp
            PVREdl.cpp
            PVREventLogJob.cpp
            PVRItem.cpp
            PVRManager.cpp
            PVRPlaybackState.cpp
            PVRStreamProperties.cpp
            PVRThumbLoader.cpp)

set(HEADERS IPVRComponent.h
            PVRCachedImage.h
            PVRCachedImages.h
            PVRChannelNumberInputHandler.h
            PVRComponentRegistration.h
            PVRContextMenus.h
            PVRDatabase.h
            PVREdl.h
            PVREventLogJob.h
            PVRItem.h
            PVRManager.h
            PVRPlaybackState.h
            PVRStreamProperties.h
            PVRThumbLoader.h)

core_add_library(pvr)