CMakePresets.json: Add ${fileDir} macro

Fixes: #23214
This commit is contained in:
Kyle Edwards
2022-03-07 17:48:18 -05:00
parent 7a8536e0ea
commit f54507c2f6
10 changed files with 65 additions and 1 deletions
+3
View File
@@ -18,6 +18,9 @@ Presets
* :manual:`cmake-presets(7)` files now have an optional ``include`` field,
which allows the files to include other files.
* :manual:`cmake-presets(7)` files now support a ``${fileDir}`` macro, which
contains the directory containing the preset file.
* :manual:`cmake-presets(7)` gained support for specifying the
``resolvePackageReferences`` command line option in a build preset to control
restoration behavior of package references from external package managers.