You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
622 B
JSON

{
"configurations": [
{
"name": "libneo",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/build/include",
"${workspaceFolder}/src/include"
],
"defines": [
"-DDEBUG"
],
"compilerPath": "/usr/bin/clang",
"compilerArgs": [
"-nostdlib"
],
"cStandard": "c11",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}