Files @ r25013:4c02a1340d93
Branch filter:

Location: cpp/openttd-patchpack/source/src/video/cocoa/CMakeLists.txt

Michael Lutz
Codechange: don't set the window position when changing blitter

There really is no need to make an extra call to the OS in
these cases.
add_files(
    cocoa_keys.h
    cocoa_v.h
    cocoa_v.mm
    cocoa_wnd.h
    cocoa_wnd.mm
    CONDITION APPLE
)

add_files(
    cocoa_ogl.h
    cocoa_ogl.mm
    CONDITION APPLE AND OPENGL_FOUND
)