hedgewars/Data/CMakeLists.txt
author unc0rr
Sun, 30 Jul 2006 22:18:37 +0000
changeset 93 c21ff3af56cf
parent 89 f9db56409a86
permissions -rw-r--r--
- small fix to translation - Forts preview renders square pixmap
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)