Lost-Empire-Entertainment / Elypso-engine

C++ OpenGL game development engine for Windows.
https://elypsoengine.com
Other
14 stars 3 forks source link

Fixed Potential Glad CMake Linking Errors #25

Closed Just-Feeshy closed 9 months ago

Just-Feeshy commented 9 months ago

I don't know if it's my machine or the IDE I use, which is CLion, but for some reason, CMake is throwing up linker errors about GLAD even though glad.c was added to the source files.

I added another directory from a discontinued cross-platform engine I've worked on to fix this issue, and it compiled. Hopefully, this should fix the issue in case other developers have the same problem.