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

Method AppendTargets

Source/cmExportBuildFileGenerator.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51 void GetTargets(std::vector<TargetExport>& targets) const;
52 void AppendTargets(std::vector<TargetExport> const& targets)
53 {
54 cm::append(this->Targets, targets);
55 }
56 void SetExportSet(cmExportSet*);
57
58 /** Set the name of the C++ module directory. */

Callers 1

HandleTargetsModeFunction · 0.80

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected