mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
This commit is contained in:
@@ -188,7 +188,7 @@ public:
|
||||
void AppendEcho(std::vector<std::string>& commands, const char* text,
|
||||
EchoColor color = EchoNormal);
|
||||
|
||||
static std::string GetTargetDirectory(cmTarget& target);
|
||||
virtual std::string GetTargetDirectory(cmTarget 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