Ninja: no 16:9 screens for the cmake team ;)
This commit is contained in:
parent
8217c26813
commit
73426ac774
|
@ -55,18 +55,21 @@ cmNinjaNormalTargetGenerator::~cmNinjaNormalTargetGenerator()
|
|||
{
|
||||
}
|
||||
|
||||
void cmNinjaNormalTargetGenerator::EnsureDirectoryExists(const std::string& dir)
|
||||
void
|
||||
cmNinjaNormalTargetGenerator
|
||||
::EnsureDirectoryExists(const std::string& dir)
|
||||
{
|
||||
cmSystemTools::MakeDirectory(dir.c_str());
|
||||
}
|
||||
|
||||
void cmNinjaNormalTargetGenerator::EnsureParentDirectoryExists(const std::string& path)
|
||||
void
|
||||
cmNinjaNormalTargetGenerator
|
||||
::EnsureParentDirectoryExists(const std::string& path)
|
||||
{
|
||||
EnsureDirectoryExists(cmSystemTools::GetParentDirectory(path.c_str()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
void cmNinjaNormalTargetGenerator::Generate()
|
||||
{
|
||||
if (!this->TargetLinkLanguage) {
|
||||
|
|
Loading…
Reference in New Issue