File: CMakeSettings.json

package info (click to toggle)
openrct2 0.4.32%2Bds-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 106,540 kB
  • sloc: cpp: 678,656; ansic: 1,322; javascript: 716; xml: 676; sh: 436; python: 313; php: 34; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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": "VCPKG_TARGET_TRIPLET",
          "value": "x64-windows-static",
          "type": "STRING"
        }
      ]
    }
  ]
}