share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Sun, 04 Nov 2018 00:20:27 +0100
changeset 14146 376a0551b00a
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Add distance-divider option to land_dump - Fix multiplication overflow errors (iy went widly out of bounds)

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

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