summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsFileInternal.h
Commit message (Collapse)AuthorAgeFilesLines
* CMakePresets.json: Add matches conditionKyle Edwards2021-03-311-0/+10
|
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-0/+80
|
* Refactor: Move some common code into separate fileKyle Edwards2021-03-191-0/+22
This code is going to be needed by both cmCMakePresetsFile and cmCMakePresetsFileReadJSON when the upcoming condition types are created. Move it into a header file.