summaryrefslogtreecommitdiffstats
path: root/Source/cmFileSet.h
Commit message (Collapse)AuthorAgeFilesLines
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+3
|
* cmFileSet: store visibility with the filesetBen Boeckel2022-04-111-1/+20
| | | | | The visibility is intrinsic to the fileset, so store it with it. This avoids recalculating it on every addition to the fileset.
* target_sources(): Enforce stricter requirements for FILE_SET nameKyle Edwards2022-03-031-0/+2
| | | | Fixes: #23286
* cmTarget: Add cmFileSet and associated propertiesKyle Edwards2021-10-271-0/+64