repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #26350 from jjd-uk/estuary_media_align
[xbmc.git]
/
xbmc
/
windowing
/
CMakeLists.txt
blob
21c7611912d025d50eb2a7f5c5e9d74658223705
1
set(SOURCES GraphicContext.cpp
2
OSScreenSaver.cpp
3
Resolution.cpp
4
WindowSystemFactory.cpp
5
WinSystem.cpp)
6
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)
15
16
core_add_library(windowing)