-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeSettings.json
30 lines (30 loc) · 927 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
{
"configurations": [
{
"name": "avr-gcc-9.2.0",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out-avr\\build\\${name}",
"installRoot": "${projectDir}\\out-avr\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [],
"variables": [],
"intelliSenseMode": "linux-gcc-arm",
"cmakeToolchain": "${projectDir}\\scripts\\avr-toolchain.cmake"
},
{
"name": "x86-Clang-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out-host\\build\\${name}",
"installRoot": "${projectDir}\\out-host\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x86" ],
"variables": []
}
]
}