007/CppProperties.json

22 lines
497 B
JSON

{
"configurations": [
{
"name": "MIPS3-DEBUG",
"configurationType": "Debug",
"generator": "Unix Makefiles",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**",
""
],
"wslPath": "${defaultWSLPath}",
"defines": [
"TRI4_Ext",
"DEBUG"
]
//"compilerPath": "/usr/",
}
]
}