Files @ r28630:fe3c5717ad2b
Branch filter:

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

Loïc Guilloux
Fix: [Script] Apply random deviation only at script start (#11944)
add_files(
    freetypefontcache.cpp
    CONDITION Freetype_FOUND
)

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