forked from anamahau/unitreeOpenDAQdevice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakePresets.json
More file actions
27 lines (27 loc) · 733 Bytes
/
Copy pathCMakePresets.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"version": 4,
"configurePresets": [
{
"name": "x64/msvc-22/",
"displayName": "[MSVC] x64",
"generator": "Visual Studio 17 2022",
"cacheVariables": {
"OPENDAQ_DEVICE_EXAMPLE_ENABLE_SERVER_APP": true
}
}
],
"buildPresets": [
{
"name": "x64/msvc-22/full/release",
"displayName": "[MSVC] Release",
"configurePreset": "x64/msvc-22/",
"configuration": "Release"
},
{
"name": "x64/msvc-22/full/debug",
"displayName": "[MSVC] Debug",
"configurePreset": "x64/msvc-22/",
"configuration": "Debug"
}
]
}