share/hedgewars/Data/CMakeLists.txt
author unc0rr
Thu, 24 May 2007 19:41:51 +0000
changeset 520 e83dfb7ffead
parent 184 f97a7a3dc8f6
child 562 d1a9035175ed
permissions -rw-r--r--
Teleportation 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)