share/hedgewars/Data/Maps/CMakeLists.txt
changeset 1539 5151bf4928a4
parent 1349 49cf1e2edcd5
child 1563 4ae873e854f8
equal deleted inserted replaced
1538:8bc56dd2e997 1539:5151bf4928a4
     1 foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "PirateFlag" "Plane" "Sheep")
     1 foreach(dir
     2   add_subdirectory(${dir})
     2 	Bamboo
       
     3 	BambooPlinko
       
     4 	Bath
       
     5 	Blox
       
     6 	Cake
       
     7 	Castle
       
     8 	cheese
       
     9 	Cogs
       
    10 	EarthRise
       
    11 	Hedgewars
       
    12 	Hedgelove
       
    13 	Hydrant
       
    14 	Lonely_Island
       
    15 	mushrooms
       
    16 	PirateFlag
       
    17 	Plane
       
    18 	Sheep
       
    19 	)
       
    20 
       
    21 add_subdirectory(${dir})
     3 endforeach(dir)
    22 endforeach(dir)