share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Tue, 04 Feb 2014 14:04:24 +0100 (2014-02-04)
changeset 10103 9c24233ca1c5
parent 8443 2debc9b9f917
permissions -rw-r--r--
remove obsolete type conversions that messed with pas2c
file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

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