Files @ r24885:dcf8db660b78
Branch filter:

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

Michael Lutz
Codechange: [Win32] Move remaing global _wnd variables into the video driver.
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
)