share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Thu, 29 Nov 2018 08:41:18 -0500
changeset 14345 05c1d471694f
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove airmines on solid land too

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

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