libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
343 stars 116 forks source link

xcode: fix the list of files from the harfbuzz library. #327

Closed caiotava closed 5 months ago

caiotava commented 5 months ago

The Xcode project was referring to some files that don't exist in the Harfbuzz project anymore, this commit also added some .cc files that were missing to build the library using Xcode.

PR Ref: #326 (SDL2)