1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 16:14:24 +00:00
hpc-2022-g3/.vscode/c_cpp_properties.json
Caterina Gazzotti 819dde6578 Configure VSC for the Jetson Nano
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2022-11-29 07:11:56 -05:00

15 lines
No EOL
339 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/local/cuda-10.0/bin/nvcc",
"cStandard": "c17",
"cppStandard": "c++14"
}
],
"version": 4
}