Files @ r26911:c2c571bbaef9
Branch filter:

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

Rubidium
Codechange: split large function into smaller steps and simplify logic
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
)