mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
cmLinkLineComputer: Move LinkPath computation from cmLocalGenerator
Add a ConvertToOutputForExisting method which can be made virtual later to satisfy different generator needs. Pass additional strings as parameters for now. They can be turned into class state later.
This commit is contained in:
@@ -23,8 +23,13 @@ public:
|
||||
|
||||
std::string ComputeLinkLibs(cmComputeLinkInformation& cli);
|
||||
|
||||
std::string ComputeLinkPath(cmComputeLinkInformation& cli,
|
||||
std::string const& libPathFlag,
|
||||
std::string const& libPathTerminator);
|
||||
|
||||
private:
|
||||
std::string ConvertToOutputFormat(std::string const& input);
|
||||
std::string ConvertToOutputForExisting(std::string const& input);
|
||||
|
||||
cmState::Directory StateDir;
|
||||
cmOutputConverter* OutputConverter;
|
||||
|
||||
Reference in New Issue
Block a user