summaryrefslogtreecommitdiffstats
path: root/Source/cmFileSet.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmFileSet: support makefile-less error reporting of visibilityBen Boeckel2022-04-271-3/+6
|
* cmFileSet: store visibility with the filesetBen Boeckel2022-04-111-1/+61
| | | | | 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/+10
| | | | Fixes: #23286
* cmTarget: Add cmFileSet and associated propertiesKyle Edwards2021-10-271-0/+151