Merge pull request #26273 from 78andyp/blurayfixes2
[xbmc.git] / xbmc / pvr / windows / CMakeLists.txt
blob7381b07edc0e8531659cf664ff2c400cda468518
1 set(SOURCES GUIViewStatePVR.cpp
2             GUIWindowPVRBase.cpp
3             GUIWindowPVRChannels.cpp
4             GUIWindowPVRGuide.cpp
5             GUIWindowPVRProviders.cpp
6             GUIWindowPVRRecordings.cpp
7             GUIWindowPVRSearch.cpp
8             GUIWindowPVRTimers.cpp
9             GUIWindowPVRTimersBase.cpp
10             GUIWindowPVRTimerRules.cpp)
12 set(HEADERS GUIViewStatePVR.h
13             GUIWindowPVRBase.h
14             GUIWindowPVRChannels.h
15             GUIWindowPVRGuide.h
16             GUIWindowPVRProviders.h
17             GUIWindowPVRRecordings.h
18             GUIWindowPVRSearch.h
19             GUIWindowPVRTimerRules.h
20             GUIWindowPVRTimers.h
21             GUIWindowPVRTimersBase.h)
23 core_add_library(pvr_windows)