share/hedgewars/Data/CMakeLists.txt
author unc0rr
Fri, 25 Jul 2008 13:52:35 +0000
changeset 1089 24e9e1ca0394
parent 596 38bdde6a54c1
child 1945 b997bcf86c39
permissions -rw-r--r--
First implementation of the Cake weapon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
596
38bdde6a54c1 First step to store trainings in files
unc0rr
parents: 562
diff changeset
     1
foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Music" "Sounds" "Themes" "Trainings")
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 96
diff changeset
     2
  add_subdirectory(${dir})
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 75
diff changeset
     3
endforeach(dir)