share/hedgewars/Data/Shaders/CMakeLists.txt
author yuenfu
Mon, 16 Nov 2015 15:48:37 -0500
changeset 11404 484d197539f2
parent 11317 62287d4044e7
permissions -rw-r--r--
a submitted taiwanese translation. cursory review in google translate. there were a few keys that had translations removed, perhaps due to the english being better suited.

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

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