diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000000000000000000000000000000000000..c10fac6d636970d7f043e2a7e45ad71f51dc6a27 --- /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