﻿{
  "configurations": [
    {
      "name": "x64-Debug",
      "generator": "Ninja",
      "configurationType": "Debug",
      "inheritEnvironments": [ "msvc_x64_x64" ],
      "buildRoot": "${projectDir}\\out\\build\\${name}",
      "installRoot": "C:/Projects/Cenos/build/cenos-backend/bin",
      "cmakeCommandArgs": "",
      "buildCommandArgs": "-v",
      "ctestCommandArgs": "",
      "variables": [
        {
          "name": "Boost_INCLUDE_DIR",
          "value": "C:\\local\\boost_1_67_0",
          "type": "PATH"
        }
      ]
    },
    {
      "name": "x64-Release",
      "generator": "Ninja",
      "configurationType": "Release",
      "buildRoot": "${projectDir}\\out\\build\\${name}",
      "installRoot": "C:/Projects/Cenos/build/cenos-backend/bin",
      "cmakeCommandArgs": "",
      "buildCommandArgs": "-v",
      "ctestCommandArgs": "",
      "inheritEnvironments": [ "msvc_x64_x64" ],
      "variables": [
        {
          "name": "CMAKE_SKIP_INSTALL_RPATH",
          "value": "False",
          "type": "BOOL"
        },
        {
          "name": "CMAKE_CXX_FLAGS_RELEASE",
          "value": "/MD /O2 /Ob2 /DNDEBUG",
          "type": "STRING"
        },
        {
          "name": "Boost_DIR",
          "value": "C:/local/boost_1_67_0/boost",
          "type": "PATH"
        }
      ]
    },
    {
      "name": "x64-Release-API",
      "generator": "Ninja",
      "configurationType": "RelWithDebInfo",
      "buildRoot": "${projectDir}\\out\\build\\${name}",
      "installRoot": "${projectDir}\\out\\install\\${name}",
      "cmakeCommandArgs": "",
      "buildCommandArgs": "",
      "ctestCommandArgs": "",
      "inheritEnvironments": [ "msvc_x64_x64" ],
      "variables": []
    }
  ]
}