Пытался подключить библиотеку "glut"
#include <LIBS/glut/GL/glut.h>
но на этапе компиляции возникают следующие ошибки:
1) C:\Users\voron\Documents\cb3d\LIBS\glut\GL\glut.h:487: ошибка: undefined reference to `__imp___glutInitWithExit'
2) C:\Users\voron\Documents\cb3d\LIBS\glut\GL\glut.h:504: ошибка: undefined reference to `__imp___glutCreateWindowWithExit'
3) C:\Users\voron\Documents\cb3d\LIBS\glut\GL\glut.h:550: ошибка: undefined reference to `__imp___glutCreateMenuWithExit'
4) collect2.exe:-1: ошибка: error: ld returned 1 exit status