#How to add OpenGL to CLion project?
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
On Windows (and probably everywhere else for simplicity) you need a loader library, usually GLAD or GLEW
And a windowing library, e.g. SDL or GLFW
The easiest way to install those libs is probably from a package manager, MSYS2 if you use MinGW or Vcpkg if you use MSVC
Thanks
@lilac phoenix Has your question been resolved? If so, type !solved :)
!solved