share/hedgewars/Data/Sounds/voices/Robot/CMakeLists.txt
author unc0rr
Fri, 16 Jan 2009 18:37:51 +0000
changeset 1685 0b61b158ad2a
parent 1681 42a7b01943b3
child 1704 116769ca55dd
permissions -rw-r--r--
Oops, fix typo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1681
42a7b01943b3 Add Robot voicepack
unc0rr
parents:
diff changeset
     1
file(GLOB RobotSounds *.ogg)
42a7b01943b3 Add Robot voicepack
unc0rr
parents:
diff changeset
     2
42a7b01943b3 Add Robot voicepack
unc0rr
parents:
diff changeset
     3
install(FILES
42a7b01943b3 Add Robot voicepack
unc0rr
parents:
diff changeset
     4
	${RobotSounds}
1685
0b61b158ad2a Oops, fix typo
unc0rr
parents: 1681
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Robot)