Skip to content

Create and use `cmGeneratorTarget::Names`

Saleem Abdulrasool requested to merge compnerd/cmake:names into master

Rather than taking a number of out parameters for the various names, create a structure that is reused for both GetLibraryNames and GetExecutableNames. Replace uses according to the new interface.

Merge request reports