Skip to content

Instantly share code, notes, and snippets.

@sulram
Created August 5, 2014 18:31
Show Gist options
  • Save sulram/b39d854607f4f6e763bc to your computer and use it in GitHub Desktop.
Save sulram/b39d854607f4f6e763bc to your computer and use it in GitHub Desktop.

OpenGL / GLUT build sytem

{
	"cmd": [ "g++ \"$file\" -o \"$file_base_name\" -framework GLUT -framework OpenGL -framework Cocoa && ./\"$file_base_name\""],
	"working_dir": "${project_path:${folder}}",
	"selector": ["source.c++"],
	"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment