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.
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.