My setup for opengl in vs code doesn’t work
So i wanted to trie some opengl and i tried to setup my vs code for it using GLFW, Cmake and MSYS2.
I can build my project with cmake and start it from MyProject.exe but when i try to run or debug it in vs studio using msys i got message that it can’t find GLFW/glfw3.dll when using it in #include <GLFW/glfw3.dll> and for some reason he is looking for my .exe file in /project/src instead of /project/build, does anyone know how to make it or have like ready setup?