Files @ r28024:510529c5fc82
Branch filter:

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

Peter Nelson
Change: Use CARGO_LIST to show station cargo acceptance changes. (#11379)

This simplifies construction of the news message and allows for more than
two changes to be show in one line.
add_files(
    crashlog_win.cpp
    font_win32.cpp
    font_win32.h
    string_uniscribe.cpp
    string_uniscribe.h
    survey_win.cpp
    win32.cpp
    win32.h
    CONDITION WIN32
)

if(WIN32)
    target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/win32_main.cpp)
endif()