Files @ r27227:fb6db1b1e1a6
Branch filter:

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

Patric Stout
Fix: [CI] no need to build unit-tests for releases (#10759)

We don't run them anyway. And LTO can be darn slow.
add_files(
    freetypefontcache.cpp
    CONDITION Freetype_FOUND
)

add_files(
    spritefontcache.cpp
    spritefontcache.h
    truetypefontcache.cpp
    truetypefontcache.h
)