Files @ r28672:8ec1f5f8a9d1
Branch filter:

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

Peter Nelson
Change: Decouple and remove landscape-dependent cargo types. (#11719)

Cargo types of default engines, industries and houses are now specified in terms of label.
add_files(
    khrplatform.h
    glext.h
    CONDITION OPENGL_FOUND
)

add_files(
    wglext.h
    CONDITION WIN32 AND OPENGL_FOUND
)