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

Method HasKnownObjectFileLocation

Source/cmTarget.cxx:1297–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295}
1296
1297bool cmTarget::HasKnownObjectFileLocation(std::string* reason) const
1298{
1299 return this->GetGlobalGenerator()->HasKnownObjectFileLocation(*this, reason);
1300}
1301
1302std::vector<cmCustomCommand> const& cmTarget::GetPreBuildCommands() const
1303{

Callers 4

HandleTargetsModeFunction · 0.45
GetExportTargetTypeMethod · 0.45
DumpArtifactsMethod · 0.45

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected