Mercurial > hg > orthanc-stone
view Samples/Sdl/RtViewer/CMakeSettings.json @ 1398:c5403d52078c
moved Radiography into Deprecated
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 29 Apr 2020 20:43:09 +0200 |
parents | 57e06087d357 |
children |
line wrap: on
line source
{ // this file is meant to be used with Visual Studio CMake support // tested with VS 16.5.4+ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}/../../../../out/build-stone-sdl-RtViewer-ninja-msvc16-x64-Debug", "installRoot": "${projectDir}/../../../../out/install-stone-sdl-RtViewer-ninja-msvc16-x64-Debug", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "variables": [ { "name": "ALLOW_DOWNLOADS", "value": "True", "type": "BOOL" }, { "name": "MSVC_MULTIPLE_PROCESSES", "value": "True", "type": "BOOL" }, { "name": "STATIC_BUILD", "value": "True", "type": "BOOL" } ] } ] }