Mercurial > hg > orthanc-stone
changeset 1390:57e06087d357
CMake params for VS2019
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 28 Apr 2020 11:28:00 +0200 |
parents | 5c83be3a6be5 |
children | 32272ecfc6c2 |
files | Samples/Sdl/RtViewer/CMakeSettings.json |
diffstat | 1 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Samples/Sdl/RtViewer/CMakeSettings.json Tue Apr 28 11:28:00 2020 +0200 @@ -0,0 +1,34 @@ +{ + // 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" + } + ] + } + ] +} \ No newline at end of file