CMakeLists.txt


Log

Author Commit Date CI Message
Ryan C. Gordon 19f8c622 2014-02-02T23:41:46 Added Mir video target (thanks, Brandon!).
Ryan C. Gordon 4f1b8a40 2014-01-28T12:42:01 Move to no-argument version of "endif()" in CMakeLists.txt.
Ryan C. Gordon 2de3b01c 2014-01-28T12:37:04 Some CMake fixes for static linking on Windows from the OpenFL project.
Ryan C. Gordon 9d85cdb1 2014-01-28T00:05:23 CMake: Enable missing timer subsystem on Mac OS X and Haiku.
Edward Rudd 815c6c3b 2014-01-25T16:08:39 quick fix for CMAKE SOVERSION number so it matches what is output by the configure script
Edward Rudd f186314a 2014-01-25T15:13:16 correct grammar on UNIX missing dependency status notice.
Ryan C. Gordon beee1c44 2014-01-21T13:58:15 Fixed dynamic loading of NAS in CMake project.
Gabriel Jacobo ec1cb49e 2013-12-14T20:18:43 Wayland support Based on the original port to Wayland by: Joel Teichroeb, Benjamin Franzke, Scott Moreau, et al. Additional changes in this commit, done by me: * Wayland uses the common EGL framework * EGL can now create a desktop OpenGL context * testgl2 loads GL functions dynamically, no need to link to libGL anymore * Assorted fixes to the Wayland backend Tested on the Weston Compositor (v1.0.5) that ships with Ubuntu 13.10, running Weston under X. Tests ran: testrendercopyex (all backends), testgl2, testgles2,testintersections
Ryan C. Gordon 090327e7 2013-12-09T16:03:18 Implemented the Dynamic API magic.
Ryan C. Gordon d01ad02b 2013-12-09T15:17:20 Hook up SDL_acos and SDL_asin properly.
Gabriel Jacobo f848adff 2013-11-29T10:06:08 Improve Android pause/resume behavior.
Ryan C. Gordon 5c383489 2013-11-24T23:36:15 We don't need to check for snprintf() anymore, we don't use it. SDL_snprintf() is built on vsnprintf() where available.
Ryan C. Gordon e7693740 2013-11-24T23:35:38 Added SDL_vsscanf().