Files
Masterarbeit_Simulation/.vscode/c_cpp_properties.json
2026-01-07 16:36:49 +01:00

22 lines
628 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:\\Users\\phangl\\00_Repos\\04_Python_Simulation\\dsp_code\\signalProcessing\\include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "8.1",
"compilerPath": "C:/Strawberry/c/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x86"
}
],
"version": 4
}