Skip to content

Instantly share code, notes, and snippets.

@CynicalApe
Last active April 15, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CynicalApe/a567c52c043bd210f4639ce6a465119f to your computer and use it in GitHub Desktop.
Save CynicalApe/a567c52c043bd210f4639ce6a465119f to your computer and use it in GitHub Desktop.
My OpenGL You Complete Me file
def FlagsForFile(filename, **kwargs) :
return {
'flags' : [
'-std=c++14', '-lrt', '-lSDL2', '-lGLU', '-lGL', '-lm', '-lglut',
'-lGLEW', '-lX11', '-lXxf86vm', '-lXrandr', '-lpthread', '-lXi', '-ldl',
'-lXinerama', '-lXcursor'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment