summaryrefslogtreecommitdiffstats
path: root/CMake
Commit message (Collapse)AuthorAgeFilesLines
* Fixed configure with old cmakeErik Schilling2013-02-031-2/+3
|
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-032-8/+8
| | | | Reviewed-by: bjorn.
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-092-0/+133
| | | | | | | | | | | | | This replaces the rather hard to understand event dispatcher with a probably even harder to understand templated library, but fortunately we can rely on the available documentation. Hopefully it will also help with the readability of our code and with adding additional signals to other classes. Added libsigc++ to README and Travis CI configuration. Reviewed-by: Erik Schilling
* Rename Sqlite-Module to Sqlite3, fix case sensitive variables, use mor ↵Bernd Wachter2010-01-291-13/+13
| | | | readable if-syntax
* Use the module shipped with CMake 2.6 to detect Lua 5.1Bernd Wachter2010-01-291-46/+0
|
* Upgraded CMakeLists.txt files to deal with compile option. I have still one ↵Bertram2010-01-294-0/+192
| | | | | | | 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/+52
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.