Complier can’t find GLFW header?
I’m working on a game for fun right now using C++ and a variety of libraries. I have all of these stored underC://Libraries
, and vscode is able to recognize them through the use of a CMAKE file, and I was able to write the original code without encountering many errors.
C++ External Library GLFW not being recognized by compiler in VSCODE
I’m working on a game for fun right now using C++ and a variety of libraries. I have all of these stored underC://Libraries
, and vscode is able to recognize them through the use of a CMAKE file, and I was able to write the original code without encountering many errors.