share/hedgewars/Data/Sounds/voices/Robot/CMakeLists.txt
author unc0rr
Sun, 22 Mar 2009 21:51:30 +0000
changeset 1914 aab686a4e0c5
parent 1704 116769ca55dd
child 2241 7992f7ba388d
permissions -rw-r--r--
Add sounds to girder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1704
116769ca55dd Fix wav packaging
unc0rr
parents: 1685
diff changeset
     1
file(GLOB RobotSounds *.ogg *.wav)
1681
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)