move xcode/ into tools/

This commit is contained in:
Marco Antognini 2012-01-07 15:34:11 +01:00
parent 1e34d04aac
commit 2720532d63
33 changed files with 1 additions and 1 deletions

View file

@ -201,6 +201,6 @@ elseif(MACOSX)
install(DIRECTORY extlibs/libs-osx/Frameworks/sndfile.framework DESTINATION ${CMAKE_INSTALL_FRAMEWORK_PREFIX})
if(INSTALL_XCODE4_TEMPLATES)
install(DIRECTORY xcode/templates/SFML DESTINATION $ENV{HOME}/Library/Developer/Xcode/Templates)
install(DIRECTORY tools/xcode/templates/SFML DESTINATION $ENV{HOME}/Library/Developer/Xcode/Templates)
endif()
endif()