aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/CMakePresets.json
blob: fdec38372c1958bcf8bc9675ff942a46bb88e923 (plain) (blame)
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": 3,
  "configurePresets": [
    {
      "name": "base",
      "generator": "Ninja",
      "binaryDir": "${sourceDir}/../.deps",
      "hidden": true
    },
    {
      "name": "ci",
      "inherits": ["base"]
    },
    {
      "name": "external_deps",
      "description": "Build neovim with external deps on ubuntu",
      "cacheVariables": {
        "USE_BUNDLED":"OFF",
        "USE_BUNDLED_TS":"ON",
        "USE_BUNDLED_UTF8PROC":"ON",
        "ENABLE_WASMTIME":"OFF"
      },
      "inherits": ["base"]
    }
  ]
}