oops. forgot cmake for Control map
--- a/share/hedgewars/Data/Maps/CMakeLists.txt Sat Dec 25 18:07:34 2010 +0300
+++ b/share/hedgewars/Data/Maps/CMakeLists.txt Sat Dec 25 14:10:11 2010 -0500
@@ -11,6 +11,7 @@
Cave
Cheese
Cogs
+ Control
CrazyMission
EarthRise
Eyes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/Control/CMakeLists.txt Sat Dec 25 14:10:11 2010 -0500
@@ -0,0 +1,6 @@
+install(FILES
+ map.cfg
+ map.lua
+ map.png
+ preview.png
+ DESTINATION ${SHAREPATH}Data/Maps/Cogs)