summaryrefslogtreecommitdiffstats
path: root/xbmc/windowing/win10/CMakeLists.txt
blob: 7e41c17b93e66a89e4dce9d9265311bd46e5199a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SOURCES WinEventsWin10.cpp
            WinSystemWin10.cpp
            WinSystemWin10DX.cpp
            ../windows/VideoSyncD3D.cpp)

set(HEADERS WinEventsWin10.h
            WinSystemWin10.h
            WinSystemWin10DX.h
            ../windows/VideoSyncD3D.h
            ../windows/WinKeyMap.h)

core_add_library(windowing_windowsstore)