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

Function shouldAddContentLevel

Source/cmGeneratorTarget.cxx:1681–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1679}
1680
1681bool shouldAddContentLevel(cmGeneratorTarget::BundleDirectoryLevel level)
1682{
1683 return level == cmGeneratorTarget::ContentLevel || shouldAddFullLevel(level);
1684}
1685}
1686
1687std::string cmGeneratorTarget::GetAppBundleDirectory(

Callers 2

GetAppBundleDirectoryMethod · 0.85
GetCFBundleDirectoryMethod · 0.85

Calls 1

shouldAddFullLevelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…