tcbrindle / sdl2-cmake-scripts

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

mingw/windows support #2

Closed noisegul closed 8 years ago

noisegul commented 8 years ago

FindSDL2_image.cmake would not work for me on windows using mingw/Clion unless I included SDL2_PATH again.

tcbrindle commented 8 years ago

Thanks a lot! I don't have a Windows machine so I can't test this myself, but I'm sure it's fine.

One thing that occurs to me though is that FindSDL2_ttf.cmake probably needs the same fix. Would you mind giving it a try and seeing if you can make that one work too?

noisegul commented 8 years ago

No problem, I tried FindSDL2_ttf.cmake and the same applies there, I created another pull request for it.

tcbrindle commented 8 years ago

Awesome, thanks very much. Both patches applied.