share/hedgewars/Data/Trainings/CMakeLists.txt
author nemo
Thu, 15 Oct 2009 21:47:05 +0000
changeset 2468 0b62498c201a
parent 596 38bdde6a54c1
permissions -rw-r--r--
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
596
38bdde6a54c1 First step to store trainings in files
unc0rr
parents:
diff changeset
     1
file(GLOB Trainings 0*.txt)
38bdde6a54c1 First step to store trainings in files
unc0rr
parents:
diff changeset
     2
38bdde6a54c1 First step to store trainings in files
unc0rr
parents:
diff changeset
     3
install(FILES
38bdde6a54c1 First step to store trainings in files
unc0rr
parents:
diff changeset
     4
	${Trainings}
38bdde6a54c1 First step to store trainings in files
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Trainings)