Files @ r25105:6cf6187bf733
Branch filter:

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

stormcone
Add: Hotkey to focus the build object class name filter editbox.
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
)