cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.

This commit is contained in:
Stephen Kelly
2015-10-09 22:27:46 +02:00
parent 06f56d3bf5
commit 7f5ec9f109
22 changed files with 65 additions and 59 deletions
+1 -1
View File
@@ -1939,7 +1939,7 @@ void cmLocalVisualStudio6Generator
std::string
cmLocalVisualStudio6Generator
::GetTargetDirectory(cmTarget const&) const
::GetTargetDirectory(cmGeneratorTarget const*) const
{
// No per-target directory for this generator (yet).
return "";