[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / windows / CMakeLists.txt
blob9f5097ea720ad345e04cf6c5e09bebd346cd0240
1 set(SOURCES GUIViewStatePVR.cpp
2             GUIWindowPVRBase.cpp
3             GUIWindowPVRChannels.cpp
4             GUIWindowPVRGuide.cpp
5             GUIWindowPVRRecordings.cpp
6             GUIWindowPVRSearch.cpp
7             GUIWindowPVRTimers.cpp
8             GUIWindowPVRTimersBase.cpp
9             GUIWindowPVRTimerRules.cpp)
11 set(HEADERS GUIViewStatePVR.h
12             GUIWindowPVRBase.h
13             GUIWindowPVRChannels.h
14             GUIWindowPVRGuide.h
15             GUIWindowPVRRecordings.h
16             GUIWindowPVRSearch.h
17             GUIWindowPVRTimerRules.h
18             GUIWindowPVRTimers.h
19             GUIWindowPVRTimersBase.h)
21 core_add_library(pvr_windows)