share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 21 Oct 2017 01:29:57 +0200
changeset 12725 1a393a59a594
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix GCC warnings: -Wimplicit-fallthrough and -Wint-in-bool-context

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

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