summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-12-18Add CMake SDL2 build supportJordan Irwin1-0/+1
2022-12-18Update minimum CMake version to 2.8.12Jordan Irwin1-2/+2
2022-12-18Re-enable CMake buildsJordan Irwin1-0/+78
2017-09-11Rename CMakeList.txt into legacy to prevent direct usage.Andrei Karas1-78/+0
Cmake is legacy here and must be not used. It saved probably for future usage.
2017-02-18Add an appdata.xml file for Linux software galleriesMatthias Mailänder1-0/+2
2016-07-28Remove eathena flag from make files and configure.Andrei Karas1-1/+0
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas1-0/+1
Tmwa/evol by default enabled.
2014-08-20Fix cmake compilation under windows.Andrei Karas1-1/+1
2013-02-18Remove manaserv files from cmake.Andrei Karas1-1/+0
2012-06-25Add eAthena support to cmake build files.Andrei Karas1-0/+1
2012-01-04Add shortcut to start client in testing mode.Andrei Karas1-0/+1
2012-01-01Fix vendor name in cmake build file.Andrei Karas1-1/+1
2011-04-09Disabling manaserv in cmake builds, it was still enabled by default.Andrei Karas1-1/+1
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind1-1/+1
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas1-0/+1
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
2011-01-26Fixed paste under X11Thorbjørn Lindeijer1-2/+2
The check for whether we're not compiling for Mac was evaluating to false, apparently since it used the wrong CMake syntax. Reviewed-by: Bernd Wachter
2011-01-02Initial commit.Andrei Karas1-0/+74
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.