share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Mon, 21 Jan 2008 23:00:56 +0000
changeset 748 fac3a6cb0896
parent 620 451cabd49241
child 934 b62d45182c8b
permissions -rw-r--r--
Add misc files from my working copy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
620
451cabd49241 Add theme and map by omen (with fixes by me)
unc0rr
parents: 238
diff changeset
     1
foreach(dir "cheese" "mushrooms" "Volcano")
238
85949b945906 Add files to packages
unc0rr
parents: 96
diff changeset
     2
  add_subdirectory(${dir})
85949b945906 Add files to packages
unc0rr
parents: 96
diff changeset
     3
endforeach(dir)