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

Method PrintSingleCommand

Source/cmSystemTools.cxx:1018–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018std::string cmSystemTools::PrintSingleCommand(
1019 std::vector<std::string> const& command)
1020{
1021 if (command.empty()) {
1022 return std::string();
1023 }
1024
1025 return cmWrap('"', command, '"', " ");
1026}
1027
1028bool cmSystemTools::DoesFileExistWithExtensions(
1029 std::string const& name, std::vector<std::string> const& headerExts)

Callers

nothing calls this directly

Calls 2

cmWrapFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected