The readme.txt file is now installed by the 'install' target

This commit is contained in:
Laurent Gomila 2012-04-08 11:22:36 +02:00
parent b623975fcf
commit 511032460a

View File

@ -208,6 +208,7 @@ endif()
install(FILES cmake/Modules/FindSFML.cmake DESTINATION ${INSTALL_MISC_DIR}/cmake/Modules)
install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
install(FILES readme.txt DESTINATION ${INSTALL_MISC_DIR})
if(WINDOWS)
if(ARCH_32BITS)