summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Rename Sqlite-Module to Sqlite3, fix case sensitive variables, use mor ↵Bernd Wachter1-13/+13
readable if-syntax
2010-01-29Use the module shipped with CMake 2.6 to detect Lua 5.1Bernd Wachter1-46/+0
2010-01-29Upgraded CMakeLists.txt files to deal with compile option. I have still one ↵Bertram4-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.
2010-01-28Added WIP entries for Cmake build. This is configurable but non-working atm.Bertram1-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.