Files @ r27813:6b3a5970aa1b
Branch filter:

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

Patric Stout
Add: use breakpad to create crash.dmp on MacOS / Linux too (#11202)

Normally only the Windows platform could create a crash.dmp, making
analysing crash-reports from MacOS / Linux rather tricky.
add_files(
    freetypefontcache.cpp
    CONDITION Freetype_FOUND
)

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