-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
25 lines (25 loc) · 837 Bytes
/
Copy pathc_cpp_properties.json
File metadata and controls
25 lines (25 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"configurations": [
{
"name": "Win32",
"includePath": [
"D:/Program Files/CodeBlocks/MinGW/include/**",
"D:/Program Files/CodeBlocks/MinGW/include/ddk/**",
"D:/Program Files/CodeBlocks/MinGW/include/gdiplus/**",
"D:/Program Files/CodeBlocks/MinGW/include/GL/**",
"D:/Program Files/CodeBlocks/MinGW/include/sys/**",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "D:\\Program Files\\CodeBlocks\\MinGW\\bin\\g++.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}