summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-08-15Add included enet to CMakeBernd Wachter1-0/+2
2010-07-23Fixing compatibility with cmake 2.6.0Renato Alves1-2/+2
The syntax IF ((condition) OR (condition)) is not accepted by cmake prior to 2.6.4. The syntax IF (NOT (condition OR condition)) is also not accepted. The patch should address this without affecting newer versions. A newline character was also automatically added to the end of the file.
2010-05-02Add some basic CPack stuffBernd Wachter1-0/+17
2010-03-18Improved handling of version argument for cmakeBernd Wachter1-12/+20
Reviewed-by: Thorbjørn Lindeijer
2010-02-25Added paste facility from the Wormux projectThorbjørn Lindeijer1-0/+3
With CMakeLists.txt adaptions from the Aethyra project. Reviewed-by: Bernd Wachter Reviewed-by: Jared Adams
2010-01-28Add minimal debug flags for Windows release builds; move definition of flags ↵Bernd Wachter1-5/+0
to src/
2010-01-26Enclose -Wall option in g++ check, remove -g flagBernd Wachter1-2/+4
2010-01-26Add compilation warnings when using cmake.Bertram1-0/+3
2010-01-25Allow version overriding by CMake parameters, autogenerate winver.hBernd Wachter1-1/+14
2009-10-24More rebrandingJared Adams1-3/+3
2009-06-09Updated version and changes for 0.0.29.1 releaseBjørn Lindeijer1-1/+1
2009-04-08Added switch to disable building locales Only build locales if gettext is ↵Bernd Wachter1-1/+7
available Add a workaround for a cmake-bug in translations target
2009-04-08Added support for localesBernd Wachter1-0/+1
2009-04-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter1-0/+2
installation
2009-04-04Fixed CMake build files; both tmwserv and eathena clients will get built, ↵Bernd Wachter1-0/+2
the eathena-binary gets named tmw-ea Fixed gitignore for CMake files
2009-03-24Updated version to 0.0.29 in all the other placesThorbjørn Lindeijer1-1/+1
2006-11-01Added CMake supportBjörn Steinbrink1-0/+21