From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/boost/libs/hana/hana.sublime-project | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/boost/libs/hana/hana.sublime-project (limited to 'src/boost/libs/hana/hana.sublime-project') diff --git a/src/boost/libs/hana/hana.sublime-project b/src/boost/libs/hana/hana.sublime-project new file mode 100644 index 000000000..5fcd4b1c4 --- /dev/null +++ b/src/boost/libs/hana/hana.sublime-project @@ -0,0 +1,38 @@ +{ + "folders": + [ + { + "follow_symlinks": true, + "path": "." + } + ], + + "build_systems": + [ + { + "name": "[Hana] Build current file", + "selector": "source.c++", + "working_dir": "$project_path/build", + "cmd": ["ruby" + , "-r", "pathname" + , "-e", "project = Pathname.new('${project_path}')" + , "-e", "file = Pathname.new('${file}').relative_path_from(project)" + , "-e", "target = file.sub_ext('').to_s.gsub('/', '.')" + , "-e", "system('/usr/local/bin/cmake', '--build', '$project_path/build', '--target', target)" + ], + "variants": [ + { + "name": "Primary Quick Build", + "cmd": ["ruby" + , "-r", "pathname" + , "-e", "project = Pathname.new('${project_path}')" + , "-e", "file = Pathname.new('${file}').relative_path_from(project)" + , "-e", "target = file.sub_ext('').to_s.gsub('/', '.')" + , "-e", "system('/usr/local/bin/cmake', '--build', '$project_path/build', '--target', target)" + , "-e", "system('/usr/local/bin/ctest', '-V', '--output-on-failure', '-R', target)" + ] + } + ] + } + ] +} -- cgit v1.2.3