mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Ninja: no 16:9 screens for the cmake team ;)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user