mirror of https://github.com/ecmwf/eccodes.git
sublime text project
This commit is contained in:
parent
87fc993748
commit
1ae840f56d
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue