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

Method GetAllFileSetNames

Source/cmTarget.cxx:3188–3197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3186}
3187
3188std::vector<std::string> cmTarget::GetAllFileSetNames() const
3189{
3190 std::vector<std::string> result;
3191
3192 for (auto const& it : this->impl->FileSets) {
3193 result.push_back(it.first);
3194 }
3195
3196 return result;
3197}
3198
3199std::vector<std::string> cmTarget::GetAllInterfaceFileSets() const
3200{

Callers 7

CreateIfAnyMethod · 0.80
WriteTargetBuildRulesMethod · 0.80
BuildFileSetInfoCacheMethod · 0.80
DumpFileSetsMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected