summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraphReadJSON.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CMakePresets: Add include fieldKyle Edwards2022-01-071-3/+57
| | | | Fixes: #21331
* Refactor: Generalize file graph in CMakePresetsKyle Edwards2022-01-071-9/+57
| | | | | | | | 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: Split JSON processing into configure, build, and test presetsKyle Edwards2022-01-061-599/+104
| | | | Split up the file so that it won't be too big on some systems.
* Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-061-0/+1034
And change all references to "file" to say "graph" instead.