[video] fix selection after changing video or extra art
[xbmc.git] / xbmc / pvr / CMakeLists.txt
blob5bf1b80697dafc2b91a5523621ca0dca0eae5aac
1 set(SOURCES PVRCachedImage.cpp
2             PVRCachedImages.cpp
3             PVRChannelGroupImageFileLoader.cpp
4             PVRChannelNumberInputHandler.cpp
5             PVRComponentRegistration.cpp
6             PVRContextMenus.cpp
7             PVRDatabase.cpp
8             PVREdl.cpp
9             PVREventLogJob.cpp
10             PVRItem.cpp
11             PVRManager.cpp
12             PVRPlaybackState.cpp
13             PVRStreamProperties.cpp
14             PVRThumbLoader.cpp)
16 set(HEADERS IPVRComponent.h
17             PVRCachedImage.h
18             PVRCachedImages.h
19             PVRChannelGroupImageFileLoader.h
20             PVRChannelNumberInputHandler.h
21             PVRComponentRegistration.h
22             PVRContextMenus.h
23             PVRDatabase.h
24             PVREdl.h
25             PVREventLogJob.h
26             PVRItem.h
27             PVRManager.h
28             PVRPlaybackState.h
29             PVRStreamProperties.h
30             PVRThumbLoader.h)
32 core_add_library(pvr)