share/hedgewars/Data/Maps/Lonely_Island/CMakeLists.txt
author sheepluva
Thu, 17 Jan 2013 18:12:30 +0100
changeset 8395 0b357c57e01c
parent 6110 e7c62d53d2fd
child 8443 2debc9b9f917
permissions -rw-r--r--
small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1050
8e5f8bf9a242 Build system scripts for new map
unc0rr
parents:
diff changeset
     1
install(FILES
8e5f8bf9a242 Build system scripts for new map
unc0rr
parents:
diff changeset
     2
	map.png
6110
e7c62d53d2fd add a couple more
nemo
parents: 1349
diff changeset
     3
	mask.png
1050
8e5f8bf9a242 Build system scripts for new map
unc0rr
parents:
diff changeset
     4
	map.cfg
1349
49cf1e2edcd5 - Add forgotten PirateFlag map to list of installed maps
unc0rr
parents: 1050
diff changeset
     5
	preview.png
1050
8e5f8bf9a242 Build system scripts for new map
unc0rr
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/Lonely_Island)