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