Files @ r26033:d5f3e0297f76
Branch filter:

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

Loïc Guilloux
Change: Don't store not to be activated newGRFs in savegames (#9627)
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
)