Files @ r25812:9da4dff79bfb
Branch filter:

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

Patric Stout
Feature: raise the maximum NewGRF limit to 255
add_files(
    crashlog_unix.cpp
    CONDITION UNIX AND NOT APPLE AND NOT OPTION_OS2
)

add_files(
    unix.cpp
    CONDITION UNIX AND NOT OPTION_OS2
)

add_files(
    font_unix.cpp
    CONDITION Fontconfig_FOUND
)