view Samples/Sdl/SingleFrameViewer/CMakeSettings.json @ 1507:169adf9090a6

replacing deprecated std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 16:47:40 +0200
parents ab871499ed30
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"
        },
      ]
    }
  ]
}