From 1ae840f56dfa9f7de4a9e96f02a7a8ba99731ec4 Mon Sep 17 00:00:00 2001 From: Tiago Quintino Date: Sat, 9 Jan 2016 16:30:52 +0000 Subject: [PATCH] sublime text project --- eccodes.sublime-project | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 eccodes.sublime-project diff --git a/eccodes.sublime-project b/eccodes.sublime-project new file mode 100644 index 000000000..b141dd9e7 --- /dev/null +++ b/eccodes.sublime-project @@ -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" + } + ] +}