1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 16:14:24 +00:00

Add makefile tools

This commit is contained in:
Stefano Pigozzi 2022-11-30 01:03:10 +01:00
parent 242f017991
commit b88054dd34

View file

@ -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