share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Mon, 17 Nov 2008 18:24:34 +0000
changeset 1499 870305c40b81
parent 1349 49cf1e2edcd5
child 1539 5151bf4928a4
permissions -rw-r--r--
Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs

foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "PirateFlag" "Plane" "Sheep")
  add_subdirectory(${dir})
endforeach(dir)