| 1679 | } |
| 1680 | |
| 1681 | bool shouldAddContentLevel(cmGeneratorTarget::BundleDirectoryLevel level) |
| 1682 | { |
| 1683 | return level == cmGeneratorTarget::ContentLevel || shouldAddFullLevel(level); |
| 1684 | } |
| 1685 | } |
| 1686 | |
| 1687 | std::string cmGeneratorTarget::GetAppBundleDirectory( |
no test coverage detected
searching dependent graphs…