Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Added GLFW and GLM Libraries into CMake implementation #102

Closed eti-yen closed 7 years ago

eti-yen commented 7 years ago

Besides the basic adding library stuff, I had to make some changes to my initial CMake implementation. I found that some test stuff in the GLM library was accidentally being included because I messed up in the Glob Recurse and it was grabbing things it shouldn't be - that's why even some stuff that doesn't necessarily have to do with libraries is changed.