[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / windowing / linux / CMakeLists.txt
blobb6349047d333215bebab85d574faadcffdb1ce34
1 set(SOURCES "")
2 set(HEADERS "")
4 if(TARGET DBus::DBus)
5   list(APPEND SOURCES OSScreenSaverFreedesktop.cpp)
6   list(APPEND HEADERS OSScreenSaverFreedesktop.h)
7 endif()
9 if(TARGET EGL::EGL)
10   list(APPEND SOURCES WinSystemEGL.cpp)
11   list(APPEND HEADERS WinSystemEGL.h)
12 endif()
14 if(SOURCES)
15   core_add_library(windowing_linux)
16 endif()