Files @ r27443:1150c64644d0
Branch filter:

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

Loïc Guilloux
Fix: Check max member count in squirrel classes (#10883)

Manual cherry-pick from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
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()