share/hedgewars/Data/Sounds/voices/CMakeLists.txt
author unc0rr
Wed, 25 Jun 2008 09:40:23 +0000
changeset 1027 85007fde2738
parent 804 30f687f380fa
permissions -rw-r--r--
Add Slovak translation
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)