Files @ r27569:6a9aa0750697
Branch filter:

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

Rubidium
Codechange: remove need for GetDParamX
add_files(
    khrplatform.h
    glext.h
    CONDITION OPENGL_FOUND
)

add_files(
    wglext.h
    CONDITION WIN32 AND OPENGL_FOUND
)