share/hedgewars/Data/Names/CMakeLists.txt
author unC0Rr
Fri, 07 Dec 2018 13:56:45 +0100
changeset 14377 b6824a53d4b1
parent 8443 2debc9b9f917
permissions -rw-r--r--
Allow to instantiate HWEngine with different library binaries

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

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