MCPcopy Create free account
hub / github.com/Kitware/CMake / IsXcode

Method IsXcode

Source/cmGlobalGenerator.h:567–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 virtual bool IsMultiConfig() const { return false; }
566
567 virtual bool IsXcode() const { return false; }
568
569 virtual bool IsVisualStudio() const { return false; }
570

Callers 15

AddPchDependenciesMethod · 0.45
cmTargetMethod · 0.45
InitMocMethod · 0.45
InitScanFilesMethod · 0.45
InitRccTargetsMethod · 0.45
AddGeneratedSourceMethod · 0.45
AddItemMethod · 0.45
AddTargetItemMethod · 0.45
AddFrameworkItemMethod · 0.45
AddXcFrameworkItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected