Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFileSet: add a query for includeable file set types | Ben Boeckel | 2023-10-20 | 1 | -0/+2 |
| | |||||
* | cxxmodules: generate synthetic targets as an initial pass | Ben Boeckel | 2023-08-17 | 1 | -0/+2 |
| | | | | | | We need to be able to construct BMIs that will be usable from the client modules for the target importing the module, so create BMI-only compilation rules for `IMPORTED` targets to create these BMIs. | ||||
* | 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 |