share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Mon, 12 Mar 2018 19:15:45 -0400
branchqt5transition
changeset 13175 9f6f2e51d2ef
parent 8443 2debc9b9f917
permissions -rw-r--r--
these changed, presumably in SDL2 - might want to review all the others

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

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