share/hedgewars/Data/Shaders/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 13 Apr 2016 13:16:01 +0200
changeset 11939 c17e5ac9f76d
parent 11317 62287d4044e7
permissions -rw-r--r--
Force TechRacer maps when image map is selected. Fixes Google Code issue #882 If you start a TechRacer map with an image map selected, the resulting map will likely to be completely unplayable. So this commit disables this.

file(GLOB vertshaders *.vs)
file(GLOB fragshaders *.fs)

install(FILES
    ${vertshaders}
    ${fragshaders}
    DESTINATION ${SHAREPATH}Data/Shaders)