Remove unused cmTarget::AddLinkLibrary method
This commit is contained in:
parent
b783fbd04c
commit
847875bebd
@ -1605,18 +1605,6 @@ void cmTarget::ClearDependencyInformation( cmMakefile& mf,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
void cmTarget::AddLinkLibrary(const std::string& lib,
|
|
||||||
LinkLibraryType llt)
|
|
||||||
{
|
|
||||||
this->AddFramework(lib.c_str(), llt);
|
|
||||||
cmTarget::LibraryID tmp;
|
|
||||||
tmp.first = lib;
|
|
||||||
tmp.second = llt;
|
|
||||||
this->LinkLibraries.push_back(tmp);
|
|
||||||
this->OriginalLinkLibraries.push_back(tmp);
|
|
||||||
}
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
bool cmTarget::NameResolvesToFramework(const std::string& libname)
|
bool cmTarget::NameResolvesToFramework(const std::string& libname)
|
||||||
{
|
{
|
||||||
|
@ -183,9 +183,6 @@ public:
|
|||||||
const char *target, const char* lib,
|
const char *target, const char* lib,
|
||||||
LinkLibraryType llt);
|
LinkLibraryType llt);
|
||||||
|
|
||||||
void AddLinkLibrary(const std::string& lib,
|
|
||||||
LinkLibraryType llt);
|
|
||||||
|
|
||||||
void MergeLinkLibraries( cmMakefile& mf, const char* selfname,
|
void MergeLinkLibraries( cmMakefile& mf, const char* selfname,
|
||||||
const LinkLibraryVectorType& libs );
|
const LinkLibraryVectorType& libs );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user