ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked.

This commit is contained in:
Brad King
2005-04-22 15:23:21 -04:00
parent 98d872c90e
commit 1b71f4477b
7 changed files with 125 additions and 95 deletions
-3
View File
@@ -69,9 +69,6 @@ public:
///! Set the Global Generator, done on creation by the GlobalGenerator
void SetGlobalGenerator(cmGlobalGenerator *gg);
/** Get the full name of the target's file, without path. */
std::string GetFullTargetName(const char* n, const cmTarget& t);
/**
* Convert the given remote path to a relative path with respect to