mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
17 lines
413 B
JSON
17 lines
413 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/include/freetype2"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/clang++",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|