share/hedgewars/Data/Maps/CTF_Blizzard/CMakeLists.txt
author sheepluva
Thu, 17 Jan 2013 18:12:30 +0100
changeset 8395 0b357c57e01c
parent 8377 869f80966a77
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:
4678
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents:
diff changeset
     1
install(FILES
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents:
diff changeset
     2
	map.cfg
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents:
diff changeset
     3
	map.lua
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents:
diff changeset
     4
	preview.png
8377
869f80966a77 GCI2012: Improve Game Configuration Widget
dag10
parents: 4745
diff changeset
     5
	desc.txt
4678
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/CTF_Blizzard)