[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git] / xbmc / rendering / gles / CMakeLists.txt
blob74cfe63ee5ac058d514b3837754aaf8cbc9b70a6
1 if(OPENGLES_FOUND)
2   set(SOURCES RenderSystemGLES.cpp
3               ScreenshotSurfaceGLES.cpp
4               GLESShader.cpp)
6   set(HEADERS RenderSystemGLES.h
7               ScreenshotSurfaceGLES.h
8               GLESShader.h)
10   core_add_library(rendering_gles)
11 endif()