Files @ r28679:893e49b03fe5
Branch filter:

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

Richard Wheeler
Change: Update OpenTTD TTF fonts to v0.5 (#11994)

Corrects line height in Windows to the exact intended pixel values, along with change of OpenTTD Sans to use tabular lining numerals and minor bugfixes.
add_files(
    crashlog_unix.cpp
    survey_unix.cpp
    CONDITION UNIX AND NOT APPLE
)

add_files(
    library_loader_unix.cpp
    unix.cpp
    CONDITION UNIX
)

add_files(
    font_unix.cpp
    CONDITION Fontconfig_FOUND
)

if(UNIX AND NOT APPLE)
    target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/unix_main.cpp)
endif()