aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/FindSDL_sound.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Search more aggressively for libs needed by SDL_soundChris Robinson2015-09-301-169/+218
|
* Update the examples to use SDL2Chris Robinson2014-05-231-286/+284
| | | | | | This should make it easier to build the examples on 64-bit, where there are no premade dev libs for SDL1 on 64-bit mingw. FindSDL_sound.cmake has been updated to accept SDL or SDL2.
* Add a custom FindSDL_sound cmake moduleChris Robinson2013-06-051-0/+382
The one that comes with CMake is broken, incorrectly setting SDL_SOUND_LIBRARIES, causing warnings, and not even working if the project is C only.