Mercurial > hg > orthanc-stone
view Samples/Sdl/SimpleViewer/CMakeSettings.json @ 2159:2ab121773f4a broker
closing broker
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 27 Sep 2024 22:33:04 +0200 |
parents | aadc374bc006 |
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" }, ] } ] }