summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernd Wachter <bwachter-tmw@lart.info>2009-04-04 00:01:43 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-04 22:35:16 +0200
commit677a9b038f186b3f8073cf65b38738fa89dba3b4 (patch)
tree37fe92a9a950a86d2da3f81f6ac1f679f359a6aa /CMakeLists.txt
parent754cc498156371d0b6d32de0e58d7256236ed676 (diff)
downloadmana-client-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.gz
mana-client-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.bz2
mana-client-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.xz
mana-client-677a9b038f186b3f8073cf65b38738fa89dba3b4.zip
Fixed CMake build files; both tmwserv and eathena clients will get built, the eathena-binary gets named tmw-ea Fixed gitignore for CMake files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71d85b12..bf66c6ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+
PROJECT(TMW)
SET(VERSION 0.0.29)