Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFileSet: support makefile-less error reporting of visibility | Ben Boeckel | 2022-04-27 | 1 | -3/+6 |
| | |||||
* | cmFileSet: store visibility with the fileset | Ben Boeckel | 2022-04-11 | 1 | -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 name | Kyle Edwards | 2022-03-03 | 1 | -0/+10 |
| | | | | Fixes: #23286 | ||||
* | cmTarget: Add cmFileSet and associated properties | Kyle Edwards | 2021-10-27 | 1 | -0/+151 |