Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetDependsExplicitOnly
Method
GetDependsExplicitOnly
Source/cmCustomCommand.cxx:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
bool cmCustomCommand::GetDependsExplicitOnly() const
178
{
179
return this->DependsExplicitOnly;
180
}
181
182
void cmCustomCommand::SetDependsExplicitOnly(bool b)
183
{
Callers
1
WriteCustomCommandBuildStatement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected