Added a FindSFML.cmake file for CMake

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1571 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-10-04 21:16:12 +00:00
parent 19cb364afe
commit 076456aa91
2 changed files with 74 additions and 0 deletions

View file

@ -57,6 +57,8 @@ install(DIRECTORY include
DESTINATION .
COMPONENT devel
PATTERN ".svn" EXCLUDE)
install(FILES cmake/Modules/FindSFML.cmake
DESTINATION ${INSTALL_MISC_DIR}/cmake/Modules)
install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
if(WINDOWS)
install(FILES extlibs/bin/libsndfile-1.dll DESTINATION bin)