share/hedgewars/Data/Shaders/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 16:53:07 +0200
changeset 12473 faed28f815c7
parent 11317 62287d4044e7
permissions -rw-r--r--
Simplify error messages in record play page and fix poor grammar.

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

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