svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
237 stars 49 forks source link

Fix SDL2 include directory in CMake #82

Closed alexey-lysiuk closed 6 years ago

alexey-lysiuk commented 6 years ago

It's just one character missing but this prevents compilation with SDL2 installed to non-standard location

pinkwah commented 6 years ago

Oh wow, that's a funny error. Thanks.