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

Method GetSwiftModulePath

Source/cmGeneratorTarget.cxx:6521–6526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6519}
6520
6521std::string cmGeneratorTarget::GetSwiftModulePath(
6522 std::string const& config) const
6523{
6524 return cmStrCat(this->GetSwiftModuleDirectory(config), '/',
6525 this->GetSwiftModuleFileName());
6526}
6527
6528std::string cmGeneratorTarget::GetPropertyOrDefault(
6529 std::string const& property, std::string defaultValue) const

Callers 2

WriteLinkStatementMethod · 0.80

Calls 3

cmStrCatFunction · 0.70

Tested by

no test coverage detected