Files @ r27813:6b3a5970aa1b
Branch filter:

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

Patric Stout
Add: use breakpad to create crash.dmp on MacOS / Linux too (#11202)

Normally only the Windows platform could create a crash.dmp, making
analysing crash-reports from MacOS / Linux rather tricky.
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
)