diff -r e64221369875 -r ba282ebea3ef share/hedgewars/Data/Maps/CMakeLists.txt --- a/share/hedgewars/Data/Maps/CMakeLists.txt Fri Sep 19 14:15:19 2008 +0000 +++ b/share/hedgewars/Data/Maps/CMakeLists.txt Fri Sep 19 14:16:27 2008 +0000 @@ -1,3 +1,3 @@ -foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "Plane") +foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "Plane" "Sheep") add_subdirectory(${dir}) endforeach(dir)