mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user