Files @ r28520:f9aebe299cae
Branch filter:

Location: cpp/openttd-patchpack/source/src/timer/CMakeLists.txt - annotation

Patric Stout
Codechange: MacOS already has MIN/MAX macros defined

This is caused because we use PreCompile Headers, and one of them
includes a system headers which defines MIN/MAX.
add_files(
    timer_game_calendar.cpp
    timer_game_calendar.h
    timer_game_realtime.cpp
    timer_game_realtime.h
    timer_game_tick.cpp
    timer_game_tick.h
    timer_window.cpp
    timer_window.h
    timer_manager.h
    timer.h
)