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

Method SetIsGeneratorProvided

Source/cmTarget.cxx:1555–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1553}
1554
1555void cmTarget::SetIsGeneratorProvided(bool igp)
1556{
1557 this->impl->IsGeneratorProvided = igp;
1558}
1559
1560cmTarget::LinkLibraryVectorType const& cmTarget::GetOriginalLinkLibraries()
1561 const

Callers 1

AddUtilityCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected