I want to use OpenGL without GLFW, the docs say that I need to add opengl32.lib
to linker dependencies.
How do I specifically import OpenGL and use it, where is opengl32.lib
and how do I add it to my CMakeLists.txt
or link in Visual Studio's properties?