This is a big commit for os x port!
> remove old OSX version > add new sources (Window and Graphics modules) > add extlibs static binaries/headers/frameworks > update cmake for OSX git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1711 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
bb55254fe3
commit
de8712fa5f
112 changed files with 42514 additions and 4588 deletions
|
@ -61,5 +61,7 @@ install(FILES cmake/Modules/FindSFML.cmake DESTINATION ${CMAKE_ROOT}/Modules)
|
|||
install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
|
||||
if(WINDOWS)
|
||||
install(FILES extlibs/bin/libsndfile-1.dll DESTINATION bin)
|
||||
install(FILES extlibs/bin/openal32.dll DESTINATION bin)
|
||||
install(FILES extlibs/bin/openal32.dll DESTINATION bin)
|
||||
elseif(MACOSX)
|
||||
install(DIRECTORY extlibs/libs-osx/Frameworks/sndfile.framework DESTINATION /Library/Frameworks PATTERN ".svn" EXCLUDE)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue