diff options
author | Bernd Wachter <bwachter-tmw@lart.info> | 2009-04-04 00:01:43 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-04 22:35:16 +0200 |
commit | 677a9b038f186b3f8073cf65b38738fa89dba3b4 (patch) | |
tree | 37fe92a9a950a86d2da3f81f6ac1f679f359a6aa /CMakeLists.txt | |
parent | 754cc498156371d0b6d32de0e58d7256236ed676 (diff) | |
download | mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.gz mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.bz2 mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.xz mana-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.txt | 2 |
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) |