share/hedgewars/Data/Sounds/voices/Default/CMakeLists.txt
author unc0rr
Fri, 17 Apr 2009 20:13:46 +0000
changeset 2002 37c71f5983c9
parent 1704 116769ca55dd
child 2241 7992f7ba388d
permissions -rw-r--r--
patch by koda: - Part of previous patch - Some flags for Mac OS X compilation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1704
116769ca55dd Fix wav packaging
unc0rr
parents: 1566
diff changeset
     1
file(GLOB BaseSounds *.ogg *.wav)
1565
1b670ec71e47 Reorganize voice sounds
unc0rr
parents:
diff changeset
     2
1b670ec71e47 Reorganize voice sounds
unc0rr
parents:
diff changeset
     3
install(FILES
1b670ec71e47 Reorganize voice sounds
unc0rr
parents:
diff changeset
     4
	${BaseSounds}
1566
6b63c75fdc68 Start work on lobby: add/remove nick from the list on join/quit
unc0rr
parents: 1565
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Default)