From e4b57a558d83f8b8a764971579660a18a9140647 Mon Sep 17 00:00:00 2001 From: fherrero <fherrero@iri.upc.edu> Date: Mon, 19 Oct 2020 11:28:27 +0200 Subject: [PATCH] json properties --- .vscode/c_cpp_properties.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 000000000..c10fac6d6 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**", + "/home/aeroarms/iri-lab/external_libs/wolf/include", + "/usr/local/include/iri-algorithms/wolf/plugin_core", + "/usr/local/include/eigen3", + "/usr/local/include/iri-algorithms" + ], + "defines": [], + "compilerPath": "/usr/bin/gcc", + "cStandard": "gnu11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file -- GitLab