diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-07 22:45:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-12 16:39:58 (GMT) |
commit | ce8894aaf07871dbc58039e0ff0f22efaee7c014 (patch) | |
tree | 6e15b424ac3b6c340ee29e4abbc894666e61a191 /Source/cmComputeLinkInformation.h | |
parent | e5fb30fb5bdff2913cc9382649984da89e882b25 (diff) | |
download | CMake-ce8894aaf07871dbc58039e0ff0f22efaee7c014.zip CMake-ce8894aaf07871dbc58039e0ff0f22efaee7c014.tar.gz CMake-ce8894aaf07871dbc58039e0ff0f22efaee7c014.tar.bz2 |
cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index b1e7e46..94c364d 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -129,7 +129,7 @@ private: std::string NoCaseExpression(const char* str); // Handling of link items. - void AddTargetItem(std::string const& item, cmTarget const* target); + void AddTargetItem(std::string const& item, const cmGeneratorTarget* target); void AddFullItem(std::string const& item); bool CheckImplicitDirItem(std::string const& item); void AddUserItem(std::string const& item, bool pathNotKnown); @@ -183,7 +183,7 @@ private: bool CMP0060Warn; void AddLibraryRuntimeInfo(std::string const& fullPath, - cmTarget const* target); + const cmGeneratorTarget* target); void AddLibraryRuntimeInfo(std::string const& fullPath); }; |