1 set(SOURCES GLContextEGL.cpp
10 set(HEADERS GLContext.h
20 list(APPEND SOURCES GLContextGLX.cpp
22 list(APPEND HEADERS GLContextGLX.h
27 list(APPEND SOURCES WinSystemX11GLContext.cpp)
28 list(APPEND HEADERS WinSystemX11GLContext.h)
29 list(APPEND SOURCES VideoSyncOML.cpp)
30 list(APPEND HEADERS VideoSyncOML.h)
33 list(APPEND SOURCES WinSystemX11GLESContext.cpp)
34 list(APPEND HEADERS WinSystemX11GLESContext.h)
37 core_add_library(windowing_X11)