share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Sun, 27 Jan 2008 15:07:31 +0000
changeset 763 6286afff6b87
parent 620 451cabd49241
child 793 c4a790225799
permissions -rw-r--r--
Add alpha-channel to horizont sprites
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
620
451cabd49241 Add theme and map by omen (with fixes by me)
unc0rr
parents: 484
diff changeset
     1
foreach(dir "avematan" "bubbles" "cheese" "norsk" "steel" "tibet" "Volcano" "wood" "xtheme")
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     2
  add_subdirectory(${dir})
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     3
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     4
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     5
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)