Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetMacContentFolders
Method
SetMacContentFolders
Source/cmOSXBundleGenerator.h:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
std::string const& config);
55
56
void SetMacContentFolders(std::set<std::string>* macContentFolders)
57
{
58
this->MacContentFolders = macContentFolders;
59
}
60
61
private:
62
bool MustSkip();
Callers
5
cmMakefileExecutableTargetGenerator
Method · 0.80
cmMakefileUtilityTargetGenerator
Method · 0.80
cmMakefileLibraryTargetGenerator
Method · 0.80
cmFastbuildNormalTargetGenerator
Method · 0.80
cmNinjaNormalTargetGenerator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected