|
@@ -61,6 +61,10 @@ public:
|
|
|
virtual bool MatchesGeneratorName(const std::string& name) const
|
|
virtual bool MatchesGeneratorName(const std::string& name) const
|
|
|
{ return this->GetName() == name; }
|
|
{ return this->GetName() == name; }
|
|
|
|
|
|
|
|
|
|
+ /** Tell the generator about the target system. */
|
|
|
|
|
+ virtual bool SetSystemName(std::string const&, cmMakefile*)
|
|
|
|
|
+ { return true; }
|
|
|
|
|
+
|
|
|
/** Set the generator-specific toolset name. Returns true if toolset
|
|
/** Set the generator-specific toolset name. Returns true if toolset
|
|
|
is supported and false otherwise. */
|
|
is supported and false otherwise. */
|
|
|
virtual bool SetGeneratorToolset(std::string const& ts, cmMakefile* mf);
|
|
virtual bool SetGeneratorToolset(std::string const& ts, cmMakefile* mf);
|