-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCppProperties.json
More file actions
29 lines (29 loc) · 803 Bytes
/
CppProperties.json
File metadata and controls
29 lines (29 loc) · 803 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
26
27
28
29
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x64"
],
"name": "x64-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\Includes",
"${workspaceRoot}\\Vendor\\assimp\\code",
"${workspaceRoot}\\Vendor\\assimp\\include",
"${workspaceRoot}\\Out\\Vendor\\assimp\\include",
"${workspaceRoot}\\Vendor\\imgui",
"${workspaceRoot}\\Vendor\\glad\\include",
"${workspaceRoot}\\Vendor\\sdl2\\include",
"${workspaceRoot}\\Vendor\\googletest\\googletest",
"${workspaceRoot}\\Vendor\\googletest\\googletest\\include"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x64"
}
]
}