Markdown'd readme, changelog, contributing and license files.

This commit is contained in:
Stefan Schindler 2017-03-15 13:45:50 +01:00 committed by Lukas Dürrenberger
parent 4595562de4
commit 858c9ce924
9 changed files with 604 additions and 714 deletions

View file

@ -323,8 +323,8 @@ else()
COMPONENT devel)
endif()
install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
install(FILES readme.txt DESTINATION ${INSTALL_MISC_DIR})
install(FILES license.md DESTINATION ${INSTALL_MISC_DIR})
install(FILES readme.md DESTINATION ${INSTALL_MISC_DIR})
if(NOT SFML_OS_ANDROID)
install(FILES cmake/Modules/FindSFML.cmake DESTINATION ${INSTALL_MISC_DIR}/cmake/Modules)
endif()