[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / epg / CMakeLists.txt
blob0ea75b702a804ea1bbce2e63af70c4958834a747
1 set(SOURCES EpgContainer.cpp
2             Epg.cpp
3             EpgDatabase.cpp
4             EpgInfoTag.cpp
5             EpgSearchFilter.cpp
6             EpgSearchPath.cpp
7             EpgChannelData.cpp
8             EpgTagsCache.cpp
9             EpgTagsContainer.cpp)
11 set(HEADERS Epg.h
12             EpgContainer.h
13             EpgDatabase.h
14             EpgInfoTag.h
15             EpgSearchData.h
16             EpgSearchFilter.h
17             EpgSearchPath.h
18             EpgChannelData.h
19             EpgTagsCache.h
20             EpgTagsContainer.h)
22 core_add_library(pvr_epg)