summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraph.h
Commit message (Collapse)AuthorAgeFilesLines
* CMakePresets: Add include fieldKyle Edwards2022-01-071-0/+3
| | | | Fixes: #21331
* Refactor: Generalize file graph in CMakePresetsKyle Edwards2022-01-071-6/+31
| | | | | | | | Before this refactoring, presets had a simple flag that marked them as "user" or "not user", and checking the file graph of two files was as simple as checking this flag. This only allowed for two files in the graph. Generalize the code to allow for arbitrarily many files in the graph.
* Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-061-0/+378
And change all references to "file" to say "graph" instead.