Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ HasContextDependentSources
Method
HasContextDependentSources
Source/cmGeneratorTarget.cxx:5497–5500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5495
}
5496
5497
bool cmGeneratorTarget::HasContextDependentSources() const
5498
{
5499
return this->SourcesAreContextDependent == Tribool::True;
5500
}
5501
5502
bool cmGeneratorTarget::IsExecutableWithExports() const
5503
{
Callers
1
Evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected