diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-07-20 23:34:50 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:50:13 +0200 |
commit | ab80c5bbc86d45032564b73757e8b09c5ad4f798 (patch) | |
tree | e59f69aa55a486750bee744a80df29b6c19ef88a /tests/.vscode/c_cpp_properties.json | |
parent | 3dd30d705bf9ec6ca8973483100258655cd357f4 (diff) |
Initial commit
Diffstat (limited to 'tests/.vscode/c_cpp_properties.json')
-rw-r--r-- | tests/.vscode/c_cpp_properties.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/.vscode/c_cpp_properties.json b/tests/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..6ffabe5 --- /dev/null +++ b/tests/.vscode/c_cpp_properties.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/opt/cuda/bin/gcc", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "clang-x64", + "compileCommands": "${workspaceFolder}/compile_commands.json" + } + ], + "version": 4 +}
\ No newline at end of file |