diff -r 296bdd06bbd0 -r 12945e47897d share/hedgewars/Data/Themes/CMakeLists.txt --- a/share/hedgewars/Data/Themes/CMakeLists.txt Tue Jul 29 10:48:28 2008 +0000 +++ b/share/hedgewars/Data/Themes/CMakeLists.txt Tue Jul 29 11:03:21 2008 +0000 @@ -1,4 +1,4 @@ -foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Island" "nature" "Planes" "Snow" "Volcano" "cheese") +foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Island" "nature" "Planes" "Snow" "cheese") add_subdirectory(${dir}) endforeach(dir)