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

Method Generate

Source/cmLocalXCodeGenerator.cxx:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void cmLocalXCodeGenerator::Generate()
46{
47 cmLocalGenerator::Generate();
48
49 for (auto const& target : this->GetGeneratorTargets()) {
50 target->HasMacOSXRpathInstallNameDir("");
51 }
52}
53
54void cmLocalXCodeGenerator::AddGeneratorSpecificInstallSetup(std::ostream& os)
55{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected