Answer the question
In order to leave comments, you need to log in
How to import libraries (C++, Glew, SFML, GLUT) into codelite?
I can't include glew library in CodeLite
#include <iostream>
#define GLEW_STATIC
#include <GL/glew.h>
#include <GLFW/glfw3.h>
int main() {
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question