share/hedgewars/Data/Sounds/voices/Pirate/CMakeLists.txt
author smxx
Thu, 04 Feb 2010 20:49:23 +0000
changeset 2749 0d24a4a9a82a
parent 2241 7992f7ba388d
child 5176 b9539115608d
permissions -rw-r--r--
Frontend: * Updated graphics by Tiyuri
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 PirateSounds *.ogg)
1667
f9f8613fdfbf Add Pirate voicepack
unc0rr
parents:
diff changeset
     2
f9f8613fdfbf Add Pirate voicepack
unc0rr
parents:
diff changeset
     3
install(FILES
f9f8613fdfbf Add Pirate voicepack
unc0rr
parents:
diff changeset
     4
	${PirateSounds}
f9f8613fdfbf Add Pirate voicepack
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Pirate)