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

Function cmFileSetVisibilityIsForSelf

Source/cmFileSet.cxx:62–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool cmFileSetVisibilityIsForSelf(cmFileSetVisibility vis)
63{
64 switch (vis) {
65 case cmFileSetVisibility::Interface:
66 return false;
67 case cmFileSetVisibility::Public:
68 case cmFileSetVisibility::Private:
69 return true;
70 }
71 return false;
72}
73
74bool cmFileSetVisibilityIsForInterface(cmFileSetVisibility vis)
75{

Callers 2

AddFileSetMethod · 0.85
HandleOneFileSetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…