summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/IncludeExpansion.json.in
blob: b4f82927b51fd18b85d1d186364339e3ca429180 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "version": 7,
  "include": ["$penv{TEST_ENV_INCLUDE_DIR}/IncludeCommon.json"],
  "configurePresets": [
    {
      "name": "Include",
      "inherits": ["IncludeCommon"]
    }
  ]
}