XNSim/XNCore/.vscode/c_cpp_properties.json
2025-04-28 12:25:20 +08:00

12 lines
318 B
JSON
Executable File

{
"configurations": [
{
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
],
"configurationProvider": "ms-vscode.cmake-tools",
"compilerPath": "C:\\Qt\\Tools\\mingw1310_64\\bin\\gcc.exe"
}
],
"version": 4
}