Files @ r24397:fdd7ee5aa02d
Branch filter:

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

Charles Pigott
Codechange: Suppress compiler warning about signed/unsigned printf values
1
2
3
4
5
6
7
8
add_files(
    cocoa_keys.h
    cocoa_v.h
    cocoa_v.mm
    event.mm
    wnd_quartz.mm
    CONDITION APPLE
)