aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove large file macrosChris Robinson2019-09-222-48/+0
* Enable to detect Windows SDK v1903Minmin Gong2019-08-091-9/+10
* Fix OpenSL library nameChris Robinson2019-07-101-1/+1
* Get rid of the custom CHECK_SHARED_FUNCTION_EXISTS functionChris Robinson2019-07-101-92/+0
* Use a find module for OpenSLChris Robinson2019-07-101-0/+64
* Fix building makehrtf and sofa-info on WindowsChris Robinson2019-01-221-2/+23
* Add a FindMySOFA cmake moduleChris Robinson2019-01-211-0/+60
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
* Don't cache SDL2_LIBRARY_TEMP with CMakeChris Robinson2018-03-291-11/+9
* Handle libossaudio as an optional OSS libraryChris Robinson2017-09-151-1/+13
* Don't require SDL_sound for alffplayChris Robinson2017-02-111-0/+6
* Update cmake scripts to handle policy 0054Chris Robinson2016-11-221-2/+2
* fixed minor check in FindDSound.cmakeseptag2016-11-031-4/+6
* Added cmake FindWindowsSDK for FindDSound module and fixed FindDSound.cmakeseptag2016-11-032-53/+639
* Added cmake support for dsound and windows 8/10 SDKsseptag2016-10-301-8/+52
* Remove the MIDI codeChris Robinson2015-10-201-19/+0
* Search more aggressively for libs needed by SDL_soundChris Robinson2015-09-301-169/+218
* Add a cmake module to find JACKChris Robinson2014-12-211-0/+60
* Use the current binary dir for shared function checks tooChris Robinson2014-08-201-7/+7
* Use directories relative to current project in CheckFileOffsetBits.cmakeJesper Särnesjö2014-08-201-4/+4
* Search for the correct include and lib directories for the DX SDKChris Robinson2014-08-151-2/+4
* Enable large file supportChris Robinson2014-08-052-0/+48
* Add an ffmpeg-based example playerChris Robinson2014-06-021-0/+173
* Update the examples to use SDL2Chris Robinson2014-05-232-286/+477
* Don't mix old- and new-style FIND_PACKAGE_HANDLE_STANDARD_ARGS callsChris Robinson2014-05-101-6/+2
* Include FindALSA.cmakeChris Robinson2014-04-231-0/+73
* Use a find module to look for DirectSoundChris Robinson2014-04-191-0/+33
* Use find cmake modules for more backendsChris Robinson2014-04-196-0/+183
* Add an option for FLuidSynth to handle MIDIChris Robinson2013-11-281-0/+23
* Add a custom FindSDL_sound cmake moduleChris Robinson2013-06-051-0/+382
* Don't use a custom CheckCCompilerFlag.cmakeChris Robinson2013-03-131-59/+0
* Use a better method for determining if shared functions existChris Robinson2011-07-233-108/+92
* Define ARGSTACK and CALLSTACK only when needed for testing shared libsChris Robinson2010-05-161-2/+5
* Properly check for functions in Win32 shared libsChris Robinson2010-02-162-0/+105
* Prettify CMake checks for compiler switchesChris Robinson2009-12-091-0/+59