Skip to content

Instantly share code, notes, and snippets.

@Tomaszal
Created February 24, 2018 12:18
Show Gist options
  • Save Tomaszal/566bb9b6839ae892cb81362e8208290a to your computer and use it in GitHub Desktop.
Save Tomaszal/566bb9b6839ae892cb81362e8208290a to your computer and use it in GitHub Desktop.
Glut build system snippet
"shell_cmd": "g++ $file_name -o ${file_base_name}.bin -lGL -lGLU -lglut && ./${file_base_name}.bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment