share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Sat, 17 May 2008 13:24:17 +0000
changeset 937 c1e6a770b043
parent 935 f13a67ce3811
child 938 0c8d2085fa71
permissions -rw-r--r--
Add theme and map Plane by Tiyuri

foreach(dir "Island" "nature" "Planes" "Snow" "Volcano" "cheese")
  add_subdirectory(${dir})
endforeach(dir)

install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)