share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Sun, 24 Aug 2014 14:51:11 -0400
changeset 10396 77ff1db6d6e4
parent 8443 2debc9b9f917
permissions -rw-r--r--
ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.

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

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