MCPcopy 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
61private:
62 bool MustSkip();

Calls

no outgoing calls

Tested by

no test coverage detected