comparison Applications/Samples/Sdl/RtViewer/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/RtViewer/CMakeSettings.json@244ad1e4e76a
children
comparison
equal deleted inserted replaced
1537:de8cf5859e84 1538:d1806b4e4839
1 {
2 // this file is meant to be used with Visual Studio CMake support
3 // tested with VS 16.5.4+
4 "configurations": [
5 {
6 "name": "x64-Debug",
7 "generator": "Ninja",
8 "configurationType": "Debug",
9 "inheritEnvironments": [ "msvc_x64_x64" ],
10 "buildRoot": "${projectDir}/../../../../out/build-stone-sdl-RtViewer-ninja-msvc16-x64-Debug",
11 "installRoot": "${projectDir}/../../../../out/install-stone-sdl-RtViewer-ninja-msvc16-x64-Debug",
12 "cmakeCommandArgs": "",
13 "buildCommandArgs": "-v",
14 "ctestCommandArgs": "",
15 "variables": [
16 {
17 "name": "ALLOW_DOWNLOADS",
18 "value": "True",
19 "type": "BOOL"
20 },
21 {
22 "name": "MSVC_MULTIPLE_PROCESSES",
23 "value": "True",
24 "type": "BOOL"
25 },
26 {
27 "name": "STATIC_BUILD",
28 "value": "True",
29 "type": "BOOL"
30 }
31 ]
32 }
33 ]
34 }