this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #149 from jesta88/master

Update FindSDL2.cmake to search for SDL2d.dll

authored by

Jonathan Dearborn and committed by
GitHub
2c9da815 e3d350b3

+1 -1
+1 -1
scripts/FindSDL2.cmake
··· 32 32 set(SDL2_LIBRARY_PATH_SUFFIXES lib/x64) 33 33 endif() 34 34 35 - find_library(SDL2_LIBRARY NAMES SDL2 sdl2 sdl2 sdl-2.0 35 + find_library(SDL2_LIBRARY NAMES SDL2 SDL2d sdl2 sdl2 sdl-2.0 36 36 PATH_SUFFIXES ${SDL2_LIBRARY_PATH_SUFFIXES} 37 37 DOC "The SDL library" 38 38 )