share/hedgewars/Data/Sounds/voices/Default/CMakeLists.txt
author smxx
Sat, 27 Mar 2010 20:55:55 +0000
changeset 3124 ef5525d9403a
parent 2241 7992f7ba388d
child 5176 b9539115608d
permissions -rw-r--r--
General: * Added missing sounds
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 BaseSounds *.ogg)
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)