forked from cxong/cdogs-sdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeSettings.json
37 lines (37 loc) · 879 Bytes
/
CMakeSettings.json
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
30
31
32
33
34
35
36
37
{
"configurations": [
{
"name": "x86-Debug",
"generator": "Visual Studio 15 2017",
"configurationType": "Debug",
"buildRoot": "${projectDir}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"variables": [
{
"name": "CMAKE_CXX_FLAGS",
"value": "/DWIN32 /D_WINDOWS /GR /EHsc",
"type": "STRING"
},
{
"name": "DEBUG",
"value": "True",
"type": "BOOL"
},
{
"name": "DEBUG_PROFILE",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_C_FLAGS",
"value": "/DWIN32 /D_WINDOWS",
"type": "STRING"
}
]
}
]
}