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

Method SetType

Source/cmTargetDepend.h:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return l.Target < r.Target;
37 }
38 void SetType(bool strong) const
39 {
40 if (strong) {
41 this->Util = true;
42 } else {
43 this->Link = true;
44 }
45 }
46 void SetCross(bool cross) const { this->Cross = cross; }
47 void SetBacktrace(cmListFileBacktrace const& bt) const
48 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected