summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Lua: Move automatizer to CBardur Arantsson2012-06-19
|
* Don't warn about unused variables since SGLib uses them.Bardur Arantsson2012-05-28
|
* Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS.Bardur Arantsson2012-04-02
|
* Remove unused USE_WINSOCK and USE_UNIXSOCK compile-time flagsBardur Arantsson2012-04-02
|
* Refactor: USE_TRANSPARENCY compile-time flag always setBardur Arantsson2012-03-29
|
* Refactor: EGO_GRAPHICS compile-time flag always setBardur Arantsson2012-03-29
|
* Add DEBUG.txt file with a little note on how to enable debugging.Bardur Arantsson2012-03-29
|
* Add support for building the GTK2 interface with the CMake build system.Bardur Arantsson2010-05-04
|
* Build system: Add build support for Windows/MinGW.Bardur Arantsson2010-03-14
| | | | Thanks to wino45 for the help.
* Fixes for CMake SDL detection code.Bardur Arantsson2010-02-04
| | | | Thanks to Kernigh for the fixes.
* Fix typo in CMakeFile which was causing problems for users with ↵Bardur Arantsson2010-02-04
| | | | | | "non-standard" locations of X11 includes. Thanks to Kernigh for the fix.
* Add an "install" target.Bardur Arantsson2010-01-17
|
* Minimum CMake requirement is really 2.6.Bardur Arantsson2010-01-11
|
* CMake build system: supports X11, Curses and SDL frontends.Bardur Arantsson2010-01-10