summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Use C++14 mode for compilationBardur Arantsson2016-02-05
|
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
|
* Fix linking if jansson is installed in non-default directoryBardur Arantsson2015-04-15
| | | | | ("non-default" in the sense of not-searched-automatically by the linker).
* Bump Boost to 1.54.x and add boost::filesystem dependencyBardur Arantsson2015-04-14
| | | | | As fas as I can tell, 1.54.x should be available in the latest Ubuntu LTS, so it hopefully shouldn't be a problem.
* Add ASAN and UBSAN options by defaultBardur Arantsson2015-02-23
|
* CMake: Move common compilation flags to a variable to reduce duplicationBardur Arantsson2015-02-23
|
* Remove cmovie supportBardur Arantsson2014-06-25
|
* C++: Add Boost dependencyBardur Arantsson2013-09-27
|
* Add missing "m" C standard libraryBardur Arantsson2013-08-08
|
* Fix a linking issue on some distributions/toolchains.Bardur Arantsson2012-11-29
|
* Add Clang support and C++ supportBardur Arantsson2012-06-30
|
* 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