Mercurial > hg > orthanc-stone
view OrthancStone/Samples/Sdl/RtViewer/CMakeSettings.json @ 1535:301571299212
DefaultViewportInteractor::SetWindowingLayer()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Aug 2020 22:23:36 +0200 |
parents | 244ad1e4e76a |
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" } ] } ] }