Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool cmOSXBundleGenerator::MustSkip()
29
{
30
return !this->GT->HaveWellDefinedOutputFiles();
31
}
32
33
void cmOSXBundleGenerator::CreateAppBundle(std::string const& targetName,
34
std::string& outpath,
Callers
5
cmOSXBundleGenerator
Method · 0.95
CreateAppBundle
Method · 0.95
CreateFramework
Method · 0.95
CreateCFBundle
Method · 0.95
GenerateMacOSXContentStatements
Method · 0.95
Calls
1
HaveWellDefinedOutputFiles
Method · 0.80
Tested by
no test coverage detected