share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Sun, 06 Aug 2006 16:00:23 +0000
changeset 98 f1d252c234ec
parent 96 aeeb4da6b157
child 184 f97a7a3dc8f6
permissions -rw-r--r--
Repair build system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
89
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     1
install(FILES
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     2
	explosion.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     3
	graveimpact.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     4
	grenadeimpact.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     5
	minetick.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     6
	shotgunfire.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     7
	shotgunreload.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     8
	splash.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     9
	throwpowerup.ogg
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
    10
	throwrelease.ogg
98
f1d252c234ec Repair build system
unc0rr
parents: 96
diff changeset
    11
	DESTINATION ${SHAREPATH}Data/Sounds)