aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
blob: d28f1a5b895476a7224eb5ac11a870c45dd18fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "version": 2,
    "configurePresets": [
      {
        "name": "linux",
        "generator": "Unix Makefiles",
        "binaryDir": "${sourceDir}/build/linux",
        "cacheVariables": {
          "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
        }
      }
    ],
    "buildPresets": [
      {
        "name": "linux",
        "configurePreset": "linux",
        "jobs": 4
      }
    ],
    "testPresets": [
      {
        "name": "linux",
        "configurePreset": "linux"
      }
    ]
  }