| 339 | } // namespace |
| 340 | |
| 341 | bool cmTargetSourcesCommand(std::vector<std::string> const& args, |
| 342 | cmExecutionStatus& status) |
| 343 | { |
| 344 | return TargetSourcesImpl(status).HandleArguments(args, "SOURCES"); |
| 345 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…