Files @ r25171:9312bd335068
Branch filter:

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

Rubidium
Change: warn the user about the resolving of an address being extra very slow
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
)