mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
@@ -14,6 +14,7 @@
|
||||
#include <cm/string_view>
|
||||
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmTransformDepfile.h"
|
||||
#include "cmXCodeObject.h"
|
||||
|
||||
class cmCustomCommand;
|
||||
@@ -111,6 +112,18 @@ public:
|
||||
|
||||
bool ShouldStripResourcePath(cmMakefile*) const override;
|
||||
|
||||
/**
|
||||
* Used to determine if this generator supports DEPFILE option.
|
||||
*/
|
||||
bool SupportsCustomCommandDepfile() const override
|
||||
{
|
||||
return this->XcodeBuildSystem >= BuildSystem::Twelve;
|
||||
}
|
||||
virtual cm::optional<cmDepfileFormat> DepfileFormat() const override
|
||||
{
|
||||
return cmDepfileFormat::GccDepfile;
|
||||
}
|
||||
|
||||
bool SetSystemName(std::string const& s, cmMakefile* mf) override;
|
||||
bool SetGeneratorToolset(std::string const& ts, bool build,
|
||||
cmMakefile* mf) override;
|
||||
|
||||
Reference in New Issue
Block a user