diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:39:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:39:17 (GMT) |
commit | 2cb3e5740269757f6f93d24a4d13570ee72de318 (patch) | |
tree | e75cf0d94962d00adf5264f2a5d117dc4e4731e5 /Source/cmTarget.h | |
parent | 6d3d099b4a2d8b020fb1a9ebeb29b17b3fb6c9d6 (diff) | |
download | CMake-2cb3e5740269757f6f93d24a4d13570ee72de318.zip CMake-2cb3e5740269757f6f93d24a4d13570ee72de318.tar.gz CMake-2cb3e5740269757f6f93d24a4d13570ee72de318.tar.bz2 |
cmGeneratorTarget: Move GetImportLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 985e958..25de6a6 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -233,11 +233,6 @@ public: void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const; - cmHeadToLinkInterfaceMap& - GetHeadToLinkInterfaceMap(std::string const& config) const; - cmHeadToLinkInterfaceMap& GetHeadToLinkInterfaceUsageRequirementsMap( - std::string const& config) const; - struct LinkImplementation: public cmLinkImplementationLibraries { // Languages whose runtime libraries must be linked. @@ -559,11 +554,6 @@ private: void ComputeImportInfo(std::string const& desired_config, ImportInfo& info) const; - - cmLinkInterface const* - GetImportLinkInterface(const std::string& config, cmTarget const* head, - bool usage_requirements_only) const; - cmLinkImplementationLibraries const* GetLinkImplementationLibrariesInternal(const std::string& config, cmTarget const* head) const; |