summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFileSetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-1/+1
| | | | | | | This presents value semantics for a stack of constant values. Internally it shares ownership to avoid copies. Previously this was implemented by `cmListFileBacktrace` explicitly, but the approach can be re-used for other kinds of stacks.
* install(TARGETS): Add FILE_SET modeKyle Edwards2021-10-271-0/+52