aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-09-02Removed the need for X11 on OS Xarchshift
It only causes issues when someone (who doesn't need it) doesn't have it.
2014-09-01CMake cleanupYuri Kunde Schlesner
Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-19Add Qt5 option. Use Qt5 by default.Sacha
2014-08-18CMake CleanupSacha
2014-05-19* Remove -fpermissivePhillip Stephens
2014-05-19CMakeLists: Fixed GLEW include var name, compile flag varsarchshift
After adding FindGLEW.cmake to externals, the variable call for the GLEW include path needed to be revised. Append flags on OSX, rather than overwrite them. I realized that GCC_COMPILE_FLAGS was changed to CMAKE_CXX_FLAGS mistakenly, so both were changed to a more platform-independent name.
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
Changes for clarity of comments, removed redundant compiler flags.
2014-05-19Indent fixesarchshift
2014-05-17Indent fixesarchshift
2014-05-16Added FindGLEW to cmake-modulesarchshift
2014-04-30Support for C++11 on OSXarchshift
2014-04-30A bit of Cmake lovearchshift
2014-04-29Some more experimentationarchshift
2014-04-28IT'S ALIVE!archshift
2014-04-25Fixed CMake's import of GLFW.Thomas Edvalson
2014-04-24removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"bunnei
2014-04-23fixes to scm_rev generation to make it conistent with windows buildbunnei
2014-04-23added scm rev generation on Linux/cmakebunnei
2014-04-22fixes to build on linuxbunnei
2014-04-09fixed a bunch of errors in CMakeListsbunnei
2014-04-09updated CMakeListsbunnei
2013-09-26renamed from citrus to citraShizZy
2013-09-13renamed project to 'citrus'ShizZy
2013-08-29adding initial project layoutShizZy