summaryrefslogtreecommitdiffstats
path: root/xbmc/windowing/CMakeLists.txt
blob: 21c7611912d025d50eb2a7f5c5e9d74658223705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(SOURCES GraphicContext.cpp
            OSScreenSaver.cpp
            Resolution.cpp
            WindowSystemFactory.cpp
            WinSystem.cpp)

set(HEADERS GraphicContext.h
            OSScreenSaver.h
            Resolution.h
            WinEvents.h
            WindowSystemFactory.h
            WinSystem.h
            XBMC_events.h
            VideoSync.h)

core_add_library(windowing)