CMakeLists.txt


Log

Author Commit Date CI Message
Ryan C. Gordon 9470f4a2 2015-03-24T03:21:57 Better fixes for CMake subsystem enabling (thanks, Sebastian!). Fixes Bugzilla #2875.
Ryan C. Gordon 3c76d2ff 2015-03-20T21:57:15 Several corrections to the CMake project files (thanks, Ozkan!). Fixes Bugzilla #2732.
Ryan C. Gordon 70191a93 2015-03-20T11:51:03 CMake: Don't search for the OpenGL library on Mac OS X. It's always there.
Ryan C. Gordon c1091f32 2015-03-20T10:35:42 CMake project files no longer force you to link against Wayland or Mir libs.
Ryan C. Gordon d8988ea8 2015-03-20T10:02:45 Fixed some defaults in CMake project file. Fixes not finding dlopen(), etc.
Philipp Wiesemann b48e54aa 2015-01-26T22:00:29 Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.