tcbrindle / sdl2-cmake-scripts

CMake scripts for finding SDL2 headers and libraries on multiple platforms
327 stars 98 forks source link

Fix search path to cope with Windows SDL2 binary releases #5

Closed nsubtil closed 8 years ago

nsubtil commented 8 years ago

On Windows, the upstream SDL2 binary releases place the libraries under lib/x64 or lib/x86 instead of just lib/. Add these to the search path.

tcbrindle commented 8 years ago

I don't have a Windows machine to test on but I'll take your word for it that these work. Thanks very much for you contribution :-)