[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / dialogs / CMakeLists.txt
blob39b88ed4ec7eac97860a92cc736e25f79015c018
1 set(SOURCES GUIDialogPVRChannelManager.cpp
2             GUIDialogPVRChannelsOSD.cpp
3             GUIDialogPVRGroupManager.cpp
4             GUIDialogPVRGuideInfo.cpp
5             GUIDialogPVRChannelGuide.cpp
6             GUIDialogPVRGuideControls.cpp
7             GUIDialogPVRGuideSearch.cpp
8             GUIDialogPVRRadioRDSInfo.cpp
9             GUIDialogPVRRecordingInfo.cpp
10             GUIDialogPVRRecordingSettings.cpp
11             GUIDialogPVRTimerSettings.cpp
12             GUIDialogPVRClientPriorities.cpp
13             GUIDialogPVRItemsViewBase.cpp)
15 set(HEADERS GUIDialogPVRChannelManager.h
16             GUIDialogPVRChannelsOSD.h
17             GUIDialogPVRGroupManager.h
18             GUIDialogPVRGuideInfo.h
19             GUIDialogPVRChannelGuide.h
20             GUIDialogPVRGuideControls.h
21             GUIDialogPVRGuideSearch.h
22             GUIDialogPVRRadioRDSInfo.h
23             GUIDialogPVRRecordingInfo.h
24             GUIDialogPVRRecordingSettings.h
25             GUIDialogPVRTimerSettings.h
26             GUIDialogPVRClientPriorities.h
27             GUIDialogPVRItemsViewBase.h)
29 core_add_library(pvr_dialogs)