MCPcopy 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
177bool cmCustomCommand::GetDependsExplicitOnly() const
178{
179 return this->DependsExplicitOnly;
180}
181
182void cmCustomCommand::SetDependsExplicitOnly(bool b)
183{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected