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

Function shouldAddFullLevel

Source/cmGeneratorTarget.cxx:1676–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674
1675namespace {
1676bool shouldAddFullLevel(cmGeneratorTarget::BundleDirectoryLevel level)
1677{
1678 return level == cmGeneratorTarget::FullLevel;
1679}
1680
1681bool shouldAddContentLevel(cmGeneratorTarget::BundleDirectoryLevel level)
1682{

Callers 4

shouldAddContentLevelFunction · 0.85
GetAppBundleDirectoryMethod · 0.85
GetCFBundleDirectoryMethod · 0.85
GetFrameworkDirectoryMethod · 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…