I
I
i3stone2021-11-05 20:22:52
C++ / C#
i3stone, 2021-11-05 20:22:52

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;
}


and writes a file not found error

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cunion, 2021-11-05
@0hquazEd

https://coderoad.ru/34121370/%D0%9A%D0%B0%D0%BA-%D...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question