diff -r 1f88d8e0a59e -r 75f38475e7c5 share/hedgewars/Data/Maps/CMakeLists.txt --- a/share/hedgewars/Data/Maps/CMakeLists.txt Fri Jul 25 14:59:42 2008 +0000 +++ b/share/hedgewars/Data/Maps/CMakeLists.txt Fri Jul 25 15:10:50 2008 +0000 @@ -1,3 +1,3 @@ -foreach(dir "Bamboo" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "Plane" "Volcano") +foreach(dir "Bamboo" "Bath" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "Plane" "Volcano") add_subdirectory(${dir}) endforeach(dir)