diff -r c1e6a770b043 -r 0c8d2085fa71 share/hedgewars/Data/Themes/CMakeLists.txt --- a/share/hedgewars/Data/Themes/CMakeLists.txt Sat May 17 13:24:17 2008 +0000 +++ b/share/hedgewars/Data/Themes/CMakeLists.txt Sat May 17 16:59:32 2008 +0000 @@ -1,4 +1,4 @@ -foreach(dir "Island" "nature" "Planes" "Snow" "Volcano" "cheese") +foreach(dir "City" "Island" "nature" "Planes" "Snow" "Volcano" "cheese") add_subdirectory(${dir}) endforeach(dir)