[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / windowing / osx / CMakeLists.txt
blobda0024f1822892f63112fbaa14f4a23673c2392a
1 set(SOURCES CocoaDPMSSupport.cpp
2             OSScreenSaverOSX.cpp
3             VideoSyncOsx.mm
4             WinEventsOSX.mm
5             WinEventsOSXImpl.mm
6             WinSystemOSX.mm)
7 set(HEADERS CocoaDPMSSupport.h
8             OSScreenSaverOSX.h
9             WinEventsOSX.h
10             WinEventsOSXImpl.h
11             VideoSyncOsx.h
12             WinSystemOSX.h)
14 core_add_library(windowing_osx)