share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 22 Apr 2017 23:55:49 +0200
changeset 12313 82951b9b3c2f
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix hog not getting new ammo in Highlander when it takes 2 consecutive turns This happens when all enemy hogs are frozen

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
    types.ini
    ${txtnames}
    ${cfgnames}
    DESTINATION ${SHAREPATH}Data/Names)