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

Method AddFileSet

Source/cmTarget.cxx:806–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806void FileSetType::AddFileSet(std::string const& name, cmFileSetVisibility vis,
807 cmListFileBacktrace bt)
808{
809 if (cmFileSetVisibilityIsForSelf(vis)) {
810 this->SelfEntries.Entries.emplace_back(name, bt);
811 }
812 if (cmFileSetVisibilityIsForInterface(vis)) {
813 this->InterfaceEntries.Entries.emplace_back(name, std::move(bt));
814 }
815}
816
817template <typename ValueType>
818bool UsageRequirementProperty::Write(

Callers 1

GetOrCreateFileSetMethod · 0.80

Calls 4

moveFunction · 0.85
emplace_backMethod · 0.80

Tested by

no test coverage detected