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

View File

@@ -106,7 +106,8 @@ public:
/** Get whether the makefile is to have color. */
bool GetColorMakefile() const { return this->ColorMakefile; }
virtual std::string GetTargetDirectory(cmTarget const& target) const;
virtual
std::string GetTargetDirectory(cmGeneratorTarget const* target) const;
// create a command that cds to the start dir then runs the commands
void CreateCDCommand(std::vector<std::string>& commands,