view OrthancStone/Samples/Sdl/RtViewer/CMakeSettings.json @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents Samples/Sdl/RtViewer/CMakeSettings.json@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"
        }
      ]
    }
  ]
}