Files @ r26913:e7b3d514fe34
Branch filter:

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

Tyler Trahan
Revert 92c7551: Line drawing algorithm fix broke other cases (#10497)

This reverts commit 92c755161d6a467d33477bd0041fc720d7d9ba41.
add_files(
    khrplatform.h
    glext.h
    CONDITION OPENGL_FOUND
)

add_files(
    wglext.h
    CONDITION WIN32 AND OPENGL_FOUND
)