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

Method MustSkip

Source/cmOSXBundleGenerator.cxx:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool cmOSXBundleGenerator::MustSkip()
29{
30 return !this->GT->HaveWellDefinedOutputFiles();
31}
32
33void cmOSXBundleGenerator::CreateAppBundle(std::string const& targetName,
34 std::string& outpath,

Callers 5

cmOSXBundleGeneratorMethod · 0.95
CreateAppBundleMethod · 0.95
CreateFrameworkMethod · 0.95
CreateCFBundleMethod · 0.95

Calls 1

Tested by

no test coverage detected