diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 15:37:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:46:32 (GMT) |
commit | d4a24c0e953e0032a2e483917850b7f8f387bbb2 (patch) | |
tree | c4ee40746dcf84e0565a86da3293d20b7f8094e7 /Source/cmGeneratorTarget.h | |
parent | 83981cf5931aaa2d9bbf4f99ea55c99736173fdf (diff) | |
download | CMake-d4a24c0e953e0032a2e483917850b7f8f387bbb2.zip CMake-d4a24c0e953e0032a2e483917850b7f8f387bbb2.tar.gz CMake-d4a24c0e953e0032a2e483917850b7f8f387bbb2.tar.bz2 |
cmGeneratorTarget: Move GetLinkImplementation from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 557eb17..58f5f6b 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -198,6 +198,9 @@ public: LinkClosure const* GetLinkClosure(const std::string& config) const; void ComputeLinkClosure(const std::string& config, LinkClosure& lc) const; + cmLinkImplementation const* + GetLinkImplementation(const std::string& config) const; + /** Full path with trailing slash to the top-level directory holding object files for this target. Includes the build time config name placeholder if needed for the generator. */ |