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

Method GetFileSetFiles

Source/cmExportTryCompileFileGenerator.cxx:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185std::string cmExportTryCompileFileGenerator::GetFileSetFiles(
186 cmGeneratorTarget* /*gte*/, cmFileSet* fileSet, cmTargetExport const* /*te*/)
187{
188 return cmOutputConverter::EscapeForCMake(
189 cmList::to_string(fileSet->GetFileEntries()));
190}

Callers 1

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected