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

Method AddSource

Source/cmGeneratorTarget.cxx:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574cmSourceFile* cmGeneratorTarget::AddSource(std::string const& src, bool before)
575{
576 auto* sf = this->Target->AddSource(src, before);
577 this->AddSourceCommon(src, before);
578 return sf;
579}
580
581void cmGeneratorTarget::AddTracedSources(std::vector<std::string> const& srcs)
582{

Callers 1

Calls 1

AddSourceCommonMethod · 0.95

Tested by

no test coverage detected