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

Method IsBundleOnApple

Source/cmGeneratorTarget.cxx:1704–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702}
1703
1704bool cmGeneratorTarget::IsBundleOnApple() const
1705{
1706 return this->IsFrameworkOnApple() || this->IsAppBundleOnApple() ||
1707 this->IsCFBundleOnApple();
1708}
1709
1710bool cmGeneratorTarget::IsWin32Executable(std::string const& config) const
1711{

Callers 8

CreateCustomCommandsMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80

Calls 3

IsFrameworkOnAppleMethod · 0.95
IsAppBundleOnAppleMethod · 0.95
IsCFBundleOnAppleMethod · 0.95

Tested by

no test coverage detected