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)