this repo has no description
0
fork

Configure Feed

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

Update FindSDL2.cmake

authored by

Jeremie St-Amand and committed by
GitHub
1d0592ff dd982b9c

+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 )