sublime text project

This commit is contained in:
Tiago Quintino 2016-01-09 16:30:52 +00:00
parent 87fc993748
commit 1ae840f56d
1 changed files with 18 additions and 0 deletions

18
eccodes.sublime-project Normal file
View File

@ -0,0 +1,18 @@
{
"folders": [
{
"path": ".",
"follow_symlinks": true
}
],
"build_systems": [
{
"working_dir": "${project_path}/../../build/grib_api",
"cmd": [
"make"
],
"file_regex": "([/\\w\\-\\.]+):(\\d+):(\\d+:)?",
"name": "Build"
}
]
}