share/hedgewars/Data/Sounds/voices/CMakeLists.txt
author unc0rr
Fri, 07 Mar 2008 19:34:26 +0000
changeset 804 30f687f380fa
permissions -rw-r--r--
Oops, forgot a file
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)