Files @ r25339:28c15705f6a3
Branch filter:

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

rubidium42
Fix #9152, Fix #9153: screenshot command showed error messages when successful
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
)