mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 08:51:52 +08: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:
@@ -13,6 +13,13 @@ cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
std::string
|
||||
cmLocalXCodeGenerator::GetTargetDirectory(cmTarget const&) const
|
||||
{
|
||||
// No per-target directory for this generator (yet).
|
||||
return "";
|
||||
}
|
||||
|
||||
void cmLocalXCodeGenerator::
|
||||
GetTargetObjectFileDirectories(cmTarget* target,
|
||||
std::vector<std::string>&
|
||||
|
Reference in New Issue
Block a user