mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 08:04:25 +00:00
Add makefile tools
This commit is contained in:
parent
242f017991
commit
b88054dd34
1 changed files with 2 additions and 1 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -8,7 +8,8 @@
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"compilerPath": "/usr/local/cuda-10.0/bin/nvcc",
|
"compilerPath": "/usr/local/cuda-10.0/bin/nvcc",
|
||||||
"cStandard": "c17",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++14"
|
"cppStandard": "c++14",
|
||||||
|
"configurationProvider": "ms-vscode.makefile-tools"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
|
Loading…
Reference in a new issue