view Samples/Sdl/RtViewer/CMakeSettings.json @ 1408:875c9a28236e

Fixed busy CPU in RtViewer
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 May 2020 13:17:31 +0200
parents 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"
        }
      ]
    }
  ]
}