share/hedgewars/Data/CMakeLists.txt
author nemo
Fri, 26 Feb 2010 16:29:00 +0000
changeset 2873 e7acb0251a22
parent 2786 85f6425a4d74
child 4083 830d1f4eb517
permissions -rw-r--r--
Font switch requested by Copy Liu in issue #220 - a GPL CJK font set that includes some hand-drawn bitmaps for lower resolutions, reducing fuzziness of CJK chars in places like the ammo menu

foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Music" "Sounds" "Themes" "Missions" "Names")
  add_subdirectory(${dir})
endforeach(dir)