Skip to content

Instantly share code, notes, and snippets.

@santiago-salas-v
Last active September 1, 2018 14:35
Show Gist options
  • Save santiago-salas-v/9e1eecaea176c21c925dd998a8256dbe to your computer and use it in GitHub Desktop.
Save santiago-salas-v/9e1eecaea176c21c925dd998a8256dbe to your computer and use it in GitHub Desktop.
cpp-build ST
{
"cmd": ["g++","-std=c++11","-Wall","*.cpp", "-I",
"../header","-o", "${file_path}/${file_base_name}",
"&&",
"${file_path}/${file_base_name}"],
"selector": "source.c++",
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment