Files @ r24889:ca415fe5a24b
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/opengl/CMakeLists.txt

Michael Lutz
Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.
add_files(
    khrplatform.h
    glext.h
    CONDITION OPENGL_FOUND
)

add_files(
    wglext.h
    CONDITION WIN32 AND OPENGL_FOUND
)