Skip to content

Commit

Permalink
Add freetype.framework and edit CMake accordingly. (Close SFML#241)
Browse files Browse the repository at this point in the history
Freetype version 2.4.11, build for OS X 10.5 and above as universal
binary (i386 + x86_64)
  • Loading branch information
mantognini committed Jan 19, 2013
1 parent 538d49a commit 54bc864
Show file tree
Hide file tree
Showing 73 changed files with 21,254 additions and 8 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ if(WINDOWS)
endif()
elseif(MACOSX)
install(DIRECTORY extlibs/libs-osx/Frameworks/sndfile.framework DESTINATION ${CMAKE_INSTALL_FRAMEWORK_PREFIX})
install(DIRECTORY extlibs/libs-osx/Frameworks/freetype.framework DESTINATION ${CMAKE_INSTALL_FRAMEWORK_PREFIX})

if(SFML_INSTALL_XCODE4_TEMPLATES)
install(DIRECTORY tools/xcode/templates/SFML DESTINATION /Library/Developer/Xcode/Templates)
Expand Down
Loading

0 comments on commit 54bc864

Please sign in to comment.