summaryrefslogtreecommitdiff
path: root/CMakePresets.json
blob: 71ccaa2e15aa4bc93236bd8ea908cafc2c7f5e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "version": 3,
  "cmakeMinimumRequired": {
    "major": 3,
    "minor": 21,
    "patch": 0
  },
  "configurePresets": [
    {
      "name": "dev",
      "displayName": "Generic Developer Preset",
      "description": "Sets common developer flags",
      "binaryDir": "${sourceDir}/build",
      "cacheVariables": {
        "BUILD_TESTS": "ON",
        "BUILD_WERROR": "ON",
        "UPDATE_DEPS": "ON",
        "VVL_CODEGEN": "ON",
        "CMAKE_BUILD_TYPE": "Debug"
      }
    }
  ]
}