Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created September 21, 2016 05:55
Show Gist options
  • Save sailfish009/3f541641ad3e8eff9bb481d1cd06d619 to your computer and use it in GitHub Desktop.
Save sailfish009/3f541641ad3e8eff9bb481d1cd06d619 to your computer and use it in GitHub Desktop.
#define GLEW_STATIC 1
#define FREEGLUT_STATIC 1
#include <glew.h>
#include <glut.h>
#pragma comment(lib, "../lib/glew32.lib")
#pragma comment(lib, "opengl32.lib")
int main()
{
//...
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment