Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorExpression: Require cmake instance | Kyle Edwards | 2022-11-11 | 1 | -1/+3 |
| | |||||
* | cmFileSet: store visibility with the fileset | Ben Boeckel | 2022-04-11 | 1 | -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 name | Kyle Edwards | 2022-03-03 | 1 | -0/+2 |
| | | | | Fixes: #23286 | ||||
* | cmTarget: Add cmFileSet and associated properties | Kyle Edwards | 2021-10-27 | 1 | -0/+64 |