summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-11-17cpuinfo: first attempt at SDL_HasNEON() implementation.Ryan C. Gordon1-1/+1
2016-10-14Fixed building with cmake when fcitx isn't installedSam Lantinga1-0/+2
2016-10-03Fixed setting the version info in the shared library when using CMakeSam Lantinga1-1/+1
2016-10-01Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hostsSam Lantinga1-2/+3
2016-10-01Fix CMake setting an incorrect video backend on iOSAlex Szpakowski1-1/+1
2016-10-01Fixed bug 3268 - CMAKE: ios fixesSam Lantinga1-9/+28
2016-10-01Fixed bug 3301 - IBus support on Linux with CMakeSam Lantinga1-2/+16
2016-09-28Updated version to 2.0.5 in preparation for releaseSam Lantinga1-3/+3
2016-09-15Fixed set of libraries needed to build on Mac OS XSam Lantinga1-4/+9
2016-09-15Hopefully fixed the cmake build on Mac OS XSam Lantinga1-15/+5
2016-09-13Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags requ...Jukka Jylänki1-1/+1
2016-09-13Include timers when using cmake (#29)Charlie Birks1-0/+10
2016-09-04mac: Patched to compile with CMake project.Ryan C. Gordon1-0/+5
2016-03-18Windows CMake: don't try to link dxguid, it's unavailable when using Visual S...Alex Szpakowski1-1/+1
2016-01-16Expose the EGL display and window for Vivante SDL windowsSam Lantinga1-0/+0
2016-01-08CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all.Ryan C. Gordon1-2/+4
2016-01-07Fixed --enable-new-dtags check with cmakeSam Lantinga1-2/+3
2016-01-07Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PA...Sam Lantinga1-0/+6
2016-01-05CMake: Turned off Mac OS X rpath warning kludge.Ryan C. Gordon1-1/+1
2016-01-05CMake: Let static libraries optionally be built with Position Independent Code.Ryan C. Gordon1-0/+6
2016-01-05CMake: use the old MACOSX_RPATH behavior (for now), silence the warning.Ryan C. Gordon1-0/+11
2016-01-04Try to build with GCC's -Wdeclaration-after-statement.Ryan C. Gordon1-7/+18
2016-01-03CMake: Don't make a libSDL2.so symlink on Mac OS X (do .dylib instead).Ryan C. Gordon1-3/+8
2015-12-31CMake: Fixed building for Windows with VS2015 (bug #3080).Alex Szpakowski1-2/+23
2015-12-29CMake: Changes to get CMake project to work with Android (thanks, Martin!).Ryan C. Gordon1-1/+47
2015-12-29CMake: fixed a failure to reset CMAKE_REQUIRED_FLAGS (thanks, Martin!).Ryan C. Gordon1-1/+1
2015-12-29CMake: don't try to use the Linux joystick code on Android (thanks, Martin!).Ryan C. Gordon1-1/+1
2015-12-29CMake: Fixed to work on Windows 8 SDK (thanks, Martin!).Ryan C. Gordon1-3/+6
2015-08-28Fix bug 3081: CMake configuration auto-disables OpenGL ES support on Windows.Alex Szpakowski1-0/+7
2015-08-28Fixed bug 3098: CMake project never enables xinput support on Windows.Alex Szpakowski1-1/+11
2015-06-18CMake fixes for MingW (thanks, Ozkan!).Ryan C. Gordon1-6/+15
2015-06-13Fixed bug 3009 - Cannot compile SDL2 on WindowsSam Lantinga1-7/+12
2015-06-07CMake: default to shared library builds being enabled.Ryan C. Gordon1-0/+4
2015-04-22CMake: Slightly better fix for installation target (thanks, Anthony!).Ryan C. Gordon1-5/+2
2015-04-07CMake: Dependency variable for FUSIONSOUND_SHARED was wrong (thanks, Kaleb!).Ryan C. Gordon1-1/+1
2015-03-24Better fixes for CMake subsystem enabling (thanks, Sebastian!).Ryan C. Gordon1-14/+7
2015-03-20Several corrections to the CMake project files (thanks, Ozkan!).Ryan C. Gordon1-1/+10
2015-03-20CMake: Don't search for the OpenGL library on Mac OS X. It's always there.Ryan C. Gordon1-4/+0
2015-03-20CMake project files no longer force you to link against Wayland or Mir libs.Ryan C. Gordon1-0/+3
2015-03-20Fixed some defaults in CMake project file.Ryan C. Gordon1-0/+8
2015-01-18CMake: Removed unused variable (thanks, Felix!).Ryan C. Gordon1-1/+0
2015-01-17Fixed bug 2807 - Not using CoreAudio on OS X when built via CMakeFelix H. Dahlke1-0/+1
2014-12-13CMake: Minor cleanup up on the new SDL_*_ENABLED_BY_DEFAULT vars.Ryan C. Gordon1-7/+2
2014-12-18Initial merge of Emscripten port!Ryan C. Gordon1-14/+91
2014-12-13CMake: Replace "else(condition)" with "else()", etc.Ryan C. Gordon1-11/+11
2014-10-15Expanded the iMX6 video driver into a general Vivante video driver that works...Sam Lantinga1-2/+2
2014-09-10Freescale i.MX6 video drivermastermind1-0/+2
2014-09-02Updated version to 2.0.4Sam Lantinga1-3/+3
2014-08-23Fixed bug 2696 - Mac: fix display mode refresh rate calculationSam Lantinga1-0/+5
2014-08-19Fixed bug 2691 - Disabling shared library prevent cmake configurationSam Lantinga1-1/+3