Mercurial > hg > orthanc-stone
view OrthancStone/Samples/Sdl/SingleFrameViewer/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
{ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "variables": [ { "name": "MSVC_MULTIPLE_PROCESSES", "value": "True", "type": "BOOL" }, { "name": "ALLOW_DOWNLOADS", "value": "True", "type": "BOOL" }, { "name": "STATIC_BUILD", "value": "True", "type": "BOOL" }, { "name": "OPENSSL_NO_CAPIENG", "value": "True", "type": "BOOL" }, ] } ] }