1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-23 00:24:23 +00:00
hpc-2022-g3/.vscode/c_cpp_properties.json

16 lines
404 B
JSON
Raw Normal View History

2022-11-28 15:21:05 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/local/cuda-10.0/bin/nvcc",
2022-11-30 13:57:56 +00:00
"cStandard": "c11",
2022-11-30 00:03:10 +00:00
"cppStandard": "c++14",
"configurationProvider": "ms-vscode.makefile-tools"
2022-11-28 15:21:05 +00:00
}
],
"version": 4
}