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

Method GetAllTargetName

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

Source from the content-addressed store, hash-verified

509 static bool IsReservedTarget(std::string const& name);
510
511 virtual char const* GetAllTargetName() const { return "ALL_BUILD"; }
512 virtual char const* GetInstallTargetName() const { return "INSTALL"; }
513 virtual char const* GetInstallLocalTargetName() const { return nullptr; }
514 virtual char const* GetInstallStripTargetName() const { return nullptr; }

Callers 10

AddGlobalTarget_TestMethod · 0.95
IsRootOnlyTargetMethod · 0.95
CreateIfAnyMethod · 0.45
CreateCProjectFileMethod · 0.45
WriteSubProjectsMethod · 0.45
GenerateBuildCommandMethod · 0.45
AddAllTargetMethod · 0.45
GetStartupProjectNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected