CMake: Use freetype on Apple

See: #183, #188
This commit is contained in:
Jonathan G Rennison
2020-09-14 20:50:31 +01:00
parent b90a297837
commit 5970c936a6

View File

@@ -39,13 +39,13 @@ find_package(PNG)
if (NOT WIN32)
find_package(Allegro)
find_package(Freetype)
if (NOT APPLE)
find_package(SDL2)
if (NOT SDL2_FOUND)
find_package(SDL)
endif( NOT SDL2_FOUND)
find_package(Fluidsynth)
find_package(Freetype)
find_package(Fontconfig)
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
find_package(XDG_basedir)