summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Updated SDL to version 2.0.3Sam Lantinga1-3/+3
2014-03-08Enable Wayland and Mir in configure/cmake scripts, now that 2.0.2 has shipped.Ryan C. Gordon1-2/+2
2014-03-07CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio.Ryan C. Gordon1-1/+1
2014-02-24CMake: Fixed build on Mac OS X.Ryan C. Gordon1-0/+1
2014-02-10Fix Cmake so generated SOname matches autoconf's #.Edward Rudd1-3/+6
2014-02-09Updated SDL to version 2.0.2Sam Lantinga1-3/+3
2014-02-09Possibly fixed bug 2250 - Cmake: SDL2 Doesn't install DLLs on WindowsSam Lantinga1-7/+8
2014-02-03Temporarily default Wayland and Mir to disabled, for 2.0.2 release.Ryan C. Gordon1-2/+2
2014-02-02Added Mir video target (thanks, Brandon!).Ryan C. Gordon1-0/+2
2014-01-28Move to no-argument version of "endif()" in CMakeLists.txt.Ryan C. Gordon1-123/+124
2014-01-28Some CMake fixes for static linking on Windows from the OpenFL project.Ryan C. Gordon1-0/+19
2014-01-28CMake: Enable missing timer subsystem on Mac OS X and Haiku.Ryan C. Gordon1-0/+14
2014-01-25quick fix for CMAKE SOVERSION number so it matches what is output by the conf...Edward Rudd1-1/+1
2014-01-25correct grammar on UNIX missing dependency status notice.Edward Rudd1-3/+3
2014-01-21Fixed dynamic loading of NAS in CMake project.Ryan C. Gordon1-0/+1
2013-12-09Implemented the Dynamic API magic.Ryan C. Gordon1-0/+1
2013-11-24We don't need to check for snprintf() anymore, we don't use it.Ryan C. Gordon1-2/+1
2013-11-24Added SDL_vsscanf().Ryan C. Gordon1-1/+2
2013-12-14Wayland supportGabriel Jacobo1-0/+2
2013-12-09Hook up SDL_acos and SDL_asin properly.Ryan C. Gordon1-2/+2
2013-11-26Fixes #2271, Add KD detection under CMake by Scott PercivalGabriel Jacobo1-0/+15
2013-11-26Fixes #2272, typo in CMakeLists.txt (thanks Boris Bendovsky!)Gabriel Jacobo1-1/+1
2013-11-16Fixed bug 2238 - Enable GCC atomics for clangSam Lantinga1-2/+2
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon1-10/+12
2013-11-13Started BeOS removal: merged BeOS thread and pthread code.Ryan C. Gordon1-0/+2
2013-11-03Fixed bug 2187 - CMake is not adding src/core/linux/*.c to the build, linking...Sam Lantinga1-2/+6
2013-10-21Fixed bug 2061 - SDL_filesystem API not built using cmakeSam Lantinga1-2/+2
2013-10-10Updated SDL to version 2.0.1Sam Lantinga1-2/+2
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon1-1/+32
2013-08-20Fixed cut-and-paste error.Ryan C. Gordon1-1/+1
2013-07-27Fixed bug 1743 - CMake produces libraries with wrong filename/SONAMESam Lantinga1-3/+20
2013-07-13CMake project should install sdl2.m4.Ryan C. Gordon1-0/+1
2013-07-13CMake project should enable pthreads for Mac OS X by default.Ryan C. Gordon1-1/+7
2013-07-10Added src/thread/windows/SDL_systls.c to CMakeLists.txt (thanks, Charles!).Ryan C. Gordon1-0/+1
2013-07-07Added an SDL2 OpenBSD sndio(7) audio target.Ryan C. Gordon1-0/+2
2012-12-28Replaced Gnome screensaver hack with D-Bus messages to org.gnome.ScreenSaver.Ryan C. Gordon1-0/+3
2012-12-11Updated Linux joystick code to support hotplug, GUIDs, etc.Ryan C. Gordon1-1/+3
2012-12-11Removed old Linux joystick API (/dev/js*).Ryan C. Gordon1-7/+4
2012-11-16Adds CMake build system by Marcus Von Appen (bug #1597)Gabriel Jacobo1-0/+1176