Files @ r27266:57086da699c4
Branch filter:

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

Michael Lutz
Fix: [Win32] Text line breaking did not properly handle punctuation characters. (#10775)
add_files(
    crashlog_win.cpp
    font_win32.cpp
    font_win32.h
    string_uniscribe.cpp
    string_uniscribe.h
    win32.cpp
    win32.h
    CONDITION WIN32
)

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