Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmDyndepCollation: factor out metadata writing for dyndep | Ben Boeckel | 2022-11-30 | 1 | -38/+12 |
| | |||||
* | cmDyndepCollation: factor out parsing dyndep information | Ben Boeckel | 2022-11-30 | 1 | -0/+49 |
| | |||||
* | cmDyndepCollation: factor out writing C++ module info from Ninja | Ben Boeckel | 2022-11-30 | 1 | -0/+29 |
To facilitate other generators being able to build C++20 modules, start pulling out collator logic into a generator-agnostic location. This commit starts by factoring out the information written to the "target depend info" object consumed during the build to handle writing out export and installation scripts expected during those steps. |