share/hedgewars/Data/Sounds/voices/CMakeLists.txt
author unc0rr
Thu, 22 May 2008 17:25:12 +0000
changeset 944 9299c0ebfdbc
parent 804 30f687f380fa
permissions -rw-r--r--
Fix bug with holding switch tool
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
804
30f687f380fa Oops, forgot a file
unc0rr
parents:
diff changeset
     1
file(GLOB BaseSounds *.ogg) 
30f687f380fa Oops, forgot a file
unc0rr
parents:
diff changeset
     2
30f687f380fa Oops, forgot a file
unc0rr
parents:
diff changeset
     3
install(FILES
30f687f380fa Oops, forgot a file
unc0rr
parents:
diff changeset
     4
	${BaseSounds}
30f687f380fa Oops, forgot a file
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices)