summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01CMake: Use cmake-format to reformat all CMakeLists.txtThorbjørn Lindeijer1-56/+57
Especially to change them to lowercase.
2013-06-18Allow manaserv to be built with external ENetBrian Callahan1-1/+7
2013-02-24Fixed installation of Lua scriptsThorbjørn Lindeijer1-0/+1
The 'scripts' subfolder was not added to the toplevel CMakeLists.txt
2013-02-03Modifications to allow crosscompiling with mingwErik Schilling1-1/+1
Reviewed-by: bjorn.
2012-01-13Fixed naming of MySQL build optionjurkan1-1/+1
2010-11-13Add a warning about the experimental state of PostgreSQL support.Yohann Ferreira1-0/+1
Trivial fix.
2010-08-15Add included enet to CMakeBernd Wachter1-0/+2
2010-03-08We should enable Lua per default as we have no other scripting engine anyway.Bertram1-1/+1
2010-01-29Upgraded CMakeLists.txt files to deal with compile option. I have still one ↵Bertram1-1/+20
problem with Lua... There must be something wrong in the FindLua.cmake module because the FIND_PACKAGE(Lua) doesn't work and is currently commented out.
2010-01-28Added WIP entries for Cmake build. This is configurable but non-working atm.Bertram1-0/+34
I'll need a bit more time and help to get this fully working, but it's a good start :) Also corrected a typo in a makefile.am file.