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

Method IsAppBundleOnApple

Source/cmGeneratorTarget.cxx:5679–5682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5677}
5678
5679bool cmGeneratorTarget::IsAppBundleOnApple() const
5680{
5681 return this->Target->IsAppBundleOnApple();
5682}
5683
5684bool cmGeneratorTarget::IsXCTestOnApple() const
5685{

Callers 5

GetFilePostfixMethod · 0.95
IsBundleOnAppleMethod · 0.95
BuildBundleDirectoryMethod · 0.95
NormalGetFullPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected