Merge pull request #26350 from jjd-uk/estuary_media_align
[xbmc.git] / xbmc / windowing / CMakeLists.txt
blob21c7611912d025d50eb2a7f5c5e9d74658223705
1 set(SOURCES GraphicContext.cpp
2             OSScreenSaver.cpp
3             Resolution.cpp
4             WindowSystemFactory.cpp
5             WinSystem.cpp)
7 set(HEADERS GraphicContext.h
8             OSScreenSaver.h
9             Resolution.h
10             WinEvents.h
11             WindowSystemFactory.h
12             WinSystem.h
13             XBMC_events.h
14             VideoSync.h)
16 core_add_library(windowing)