share/hedgewars/Data/Sounds/voices/Robot/CMakeLists.txt
author smxx
Thu, 01 Apr 2010 10:33:29 +0000
changeset 3233 9d9ff51b9789
parent 2241 7992f7ba388d
child 5176 b9539115608d
permissions -rw-r--r--
Misc: * Added Piano Strike (ultimate weapon) * Added Limburger Cheese Bomb (grenade) * Even more day-1-goodness
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2241
7992f7ba388d completes removal of wav files, updates SDLh and adds DEBUGFILE to hwengine when compiled in Debug mode
koda
parents: 1704
diff changeset
     1
file(GLOB RobotSounds *.ogg)
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)