hedgewars/Data/CMakeLists.txt
changeset 89 f9db56409a86
parent 75 d2b737858ff7
--- a/hedgewars/Data/CMakeLists.txt	Wed Jul 26 13:44:11 2006 +0000
+++ b/hedgewars/Data/CMakeLists.txt	Thu Jul 27 15:24:14 2006 +0000
@@ -0,0 +1,3 @@
+foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Sounds" "Themes")
+  add_subdirectory(${dir})
+endforeach(dir)
\ No newline at end of file