|
|
@@ -3608,15 +3608,6 @@ cmTarget::GetFullNameImported(const std::string& config, bool implib) const
|
|
|
this->ImportedGetFullPath(config, implib));
|
|
|
}
|
|
|
|
|
|
-//----------------------------------------------------------------------------
|
|
|
-void cmTarget::GetFullNameComponents(std::string& prefix, std::string& base,
|
|
|
- std::string& suffix,
|
|
|
- const std::string& config,
|
|
|
- bool implib) const
|
|
|
-{
|
|
|
- this->GetFullNameInternal(config, implib, prefix, base, suffix);
|
|
|
-}
|
|
|
-
|
|
|
//----------------------------------------------------------------------------
|
|
|
std::string
|
|
|
cmTarget::ImportedGetFullPath(const std::string& config, bool implib) const
|