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

Function cmTargetSourcesCommand

Source/cmTargetSourcesCommand.cxx:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339} // namespace
340
341bool cmTargetSourcesCommand(std::vector<std::string> const& args,
342 cmExecutionStatus& status)
343{
344 return TargetSourcesImpl(status).HandleArguments(args, "SOURCES");
345}

Callers

nothing calls this directly

Calls 2

TargetSourcesImplClass · 0.85
HandleArgumentsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…