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

Method HasMainDependency

Source/cmCustomCommand.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 void SetDepends(std::vector<std::string> depends);
42
43 bool HasMainDependency() const { return this->HasMainDependency_; }
44 std::string const& GetMainDependency() const;
45 void SetMainDependency(std::string main_dependency);
46

Callers 2

AddCustomCommandFunction · 0.80
WriteCustomRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected