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