share/hedgewars/Data/CMakeLists.txt
author unc0rr
Sat, 10 Feb 2007 23:37:40 +0000
changeset 428 1052ef2f7863
parent 184 f97a7a3dc8f6
child 562 d1a9035175ed
permissions -rw-r--r--
Fix bug with unexpected jumping after use of air attack or construction tool
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 96
diff changeset
     1
foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Sounds" "Themes")
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)