summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMakePresets/IncludeUser.json.in
blob: 46d23fd050336305bcafa3f5637f7b1ed8a141c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": 4,
  "include": [
    "IncludeUserCommon.json"
  ],
  "configurePresets": [
    {
      "name": "IncludeUser",
      "inherits": [
        "Include",
        "IncludeUserCommon"
      ]
    }
  ]
}