share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Tue, 17 Jun 2008 21:30:34 +0000
changeset 1006 8a0ed701eafb
parent 938 0c8d2085fa71
child 1084 61b753296c40
permissions -rw-r--r--
Some fixes

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

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