mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Ninja: fixes for bcc
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
{ return this->ProgressFileNameFull; }
|
||||
|
||||
cmTarget* GetTarget() { return this->Target;}
|
||||
|
||||
protected:
|
||||
|
||||
// create the file and directory etc
|
||||
@@ -85,6 +86,7 @@ protected:
|
||||
private:
|
||||
cmMakefileTargetGenerator* Generator;
|
||||
};
|
||||
friend struct MacOSXContentGeneratorType;
|
||||
|
||||
// write the rules for an object
|
||||
void WriteObjectRuleFiles(cmSourceFile& source);
|
||||
|
||||
@@ -127,7 +127,7 @@ protected:
|
||||
private:
|
||||
cmNinjaTargetGenerator* Generator;
|
||||
};
|
||||
|
||||
friend struct MacOSXContentGeneratorType;
|
||||
|
||||
protected:
|
||||
MacOSXContentGeneratorType* MacOSXContentGenerator;
|
||||
|
||||
Reference in New Issue
Block a user