share/hedgewars/Data/Sounds/voices/Robot/CMakeLists.txt
author unc0rr
Fri, 16 Jan 2009 15:29:39 +0000
changeset 1681 42a7b01943b3
child 1685 0b61b158ad2a
permissions -rw-r--r--
Add Robot voicepack
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}
42a7b01943b3 Add Robot voicepack
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/RobotSounds)