Prevent entering “/”, “\” and “:” in team and scheme names.
The name of teams and schems is saved in the file name itself, so these characters would cause trouble as they are used in path names in Linux and Windows.
file(GLOB GraveSprites *.png)
install(FILES
${GraveSprites}
DESTINATION ${SHAREPATH}Data/Graphics/Graves)