share/hedgewars/Data/CMakeLists.txt
author sheepluva
Tue, 21 Jan 2014 01:38:06 +0100
changeset 10031 9353632dc661
parent 4502 759c1a3bb156
child 7129 0ce4f478ea6c
child 8334 abb48dd39e26
permissions -rw-r--r--
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail

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