Where is opengl32.lib located?

Viewed 48

I was trying to compile my OpenGL program using this command

g++ triangleOpenagl/tutorialLevel/src/main.cpp triangleOpenagl/tutorialLevel/src/glad.c -I Dependencies/Includes/GLAD/include -I Dependencies/Includes/GLFW/include Dependencies/Libs/GLFW/lib-vc2019/glfw3.lib

now I need to add opengl32.lib but I don't know where it is. can anyone tell me the exact location on windows 10 LTS?

P.S. i did some research and it's not inside Microsoft SDKs

0 Answers
Related