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/cmTarget.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/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 6411d12..1d353ab 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -231,9 +231,6 @@ public: void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const; - cmLinkImplementation const* - GetLinkImplementation(const std::string& config) const; - cmLinkImplementationLibraries const* GetLinkImplementationLibraries(const std::string& config) const; |