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

Method GetComponentInstallDirNameSuffix

Source/CPack/cmCPackDragNDropGenerator.cxx:772–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772std::string cmCPackDragNDropGenerator::GetComponentInstallDirNameSuffix(
773 std::string const& componentName)
774{
775 return this->GetSanitizedDirOrFileName(
776 this->GetComponentInstallSuffix(componentName));
777}
778
779void cmCPackDragNDropGenerator::WriteRezXML(std::string const& file,
780 RezDoc const& rez)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected