eccodes/eccodes.sublime-project

19 lines
379 B
Plaintext
Raw Normal View History

2016-01-09 16:30:52 +00:00
{
"folders": [
{
"path": ".",
"follow_symlinks": true
}
],
"build_systems": [
{
2016-06-18 22:16:33 +00:00
"working_dir": "${project_path}/../../build/eccodes",
2016-01-09 16:30:52 +00:00
"cmd": [
"make"
],
"file_regex": "([/\\w\\-\\.]+):(\\d+):(\\d+:)?",
2016-06-18 22:16:33 +00:00
"name": "ecbuild"
2016-01-09 16:30:52 +00:00
}
]
}