summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed installation of Lua scriptsThorbjørn Lindeijer2013-02-241-0/+1
| | | | The 'scripts' subfolder was not added to the toplevel CMakeLists.txt
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-1/+1
| | | | Reviewed-by: bjorn.
* Fixed naming of MySQL build optionjurkan2012-01-131-1/+1
|
* Add a warning about the experimental state of PostgreSQL support.Yohann Ferreira2010-11-131-0/+1
| | | | Trivial fix.
* Add included enet to CMakeBernd Wachter2010-08-151-0/+2
|
* We should enable Lua per default as we have no other scripting engine anyway.Bertram2010-03-081-1/+1
|
* Upgraded CMakeLists.txt files to deal with compile option. I have still one ↵Bertram2010-01-291-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.
* Added WIP entries for Cmake build. This is configurable but non-working atm.Bertram2010-01-281-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.