comparison Applications/Samples/Sdl/SingleFrameViewer/CMakeSettings.json @ 1538:d1806b4e4839

moving OrthancStone/Samples/ as Applications/Samples/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:24:38 +0200
parents OrthancStone/Samples/Sdl/SingleFrameViewer/CMakeSettings.json@244ad1e4e76a
children
comparison
equal deleted inserted replaced
1537:de8cf5859e84 1538:d1806b4e4839
1 {
2 "configurations": [
3 {
4 "name": "x64-Debug",
5 "generator": "Ninja",
6 "configurationType": "Debug",
7 "inheritEnvironments": [ "msvc_x64_x64" ],
8 "buildRoot": "${projectDir}\\out\\build\\${name}",
9 "installRoot": "${projectDir}\\out\\install\\${name}",
10 "cmakeCommandArgs": "",
11 "buildCommandArgs": "-v",
12 "ctestCommandArgs": "",
13 "variables": [
14 {
15 "name": "MSVC_MULTIPLE_PROCESSES",
16 "value": "True",
17 "type": "BOOL"
18 },
19 {
20 "name": "ALLOW_DOWNLOADS",
21 "value": "True",
22 "type": "BOOL"
23 },
24 {
25 "name": "STATIC_BUILD",
26 "value": "True",
27 "type": "BOOL"
28 },
29 {
30 "name": "OPENSSL_NO_CAPIENG",
31 "value": "True",
32 "type": "BOOL"
33 },
34 ]
35 }
36 ]
37 }