{"library":"opengl","install":[{"cmd":"vcpkg install opengl","imports":["#include <GL/gl.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(opengl CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE OpenGL::GL)","imports":[]}]}