Files @ r27869:dc15a02a4e81
Branch filter:

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

Rubidium
Codechange: use Textbuf directly, instead via several virtual functions in Window
add_files(
    freetypefontcache.cpp
    CONDITION Freetype_FOUND
)

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