paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Remove spaces from source and build files #134

Closed simply-silver closed 3 years ago

simply-silver commented 3 years ago

Fixes issue #65, where spaces in the filenames of C++ source files and in the tutorials.lua file of each tutorial causes the build to fail due to premake4 not properly escaping them.

paroj commented 3 years ago

:+1: thanks