comparison Samples/Sdl/SingleFrameViewer/CMakeSettings.json @ 1383:ab871499ed30

SingleFrameViewer: refactored file locations + names to share files for RtViewer
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Apr 2020 10:01:03 +0200
parents Samples/Sdl/SimpleViewer/CMakeSettings.json@aadc374bc006
children
comparison
equal deleted inserted replaced
1382:9d138883be66 1383:ab871499ed30
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 }