Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1555
void cmTarget::SetIsGeneratorProvided(bool igp)
1556
{
1557
this->impl->IsGeneratorProvided = igp;
1558
}
1559
1560
cmTarget::LinkLibraryVectorType const& cmTarget::GetOriginalLinkLibraries()
1561
const
Callers
1
AddUtilityCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected