Conan-CPP/.vscode-example/c_cpp_properties.json
2025-05-09 21:01:36 -05:00

26 lines
No EOL
736 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64",
"configurationProvider": "mesonbuild.mesonbuild",
"compileCommands": [
"${workspaceFolder}/build/meson-src/compile_commands.json"
],
"mergeConfigurations": true
}
],
"version": 4
}