share/hedgewars/Data/CMakeLists.txt
author unc0rr
Fri, 15 Sep 2006 13:47:01 +0000
changeset 146 458f4f58c1b6
parent 96 aeeb4da6b157
child 184 f97a7a3dc8f6
permissions -rw-r--r--
- Fix AI not to damage self hedgehogs - Fix checking for winner - main.cpp shouldn't be changed without changing main.cpp.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 75
diff changeset
     1
foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Sounds" "Themes")
f9db56409a86 - Fix various bugs
unc0rr
parents: 75
diff changeset
     2
  add_subdirectory(${dir})
f9db56409a86 - Fix various bugs
unc0rr
parents: 75
diff changeset
     3
endforeach(dir)