comparison Samples/Sdl/RtViewer/CMakeSettings.json @ 1390:57e06087d357

CMake params for VS2019
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 28 Apr 2020 11:28:00 +0200
parents
children
comparison
equal deleted inserted replaced
1389:5c83be3a6be5 1390:57e06087d357
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 }