share/hedgewars/Data/Shaders/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Feb 2018 12:13:06 +0100
changeset 13010 c23777bdcd1f
parent 11317 62287d4044e7
permissions -rw-r--r--
Fix some hats “dancing on the head” by making them static

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

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