Files @ r24879:89d0ee92066a
Branch filter:

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

Michael Lutz
Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to the screen.
1
2
3
4
5
add_files(
    khrplatform.h
    glext.h
    CONDITION OPENGL_FOUND
)