| 65 | } // namespace |
| 66 | |
| 67 | bool cmTargetLinkDirectoriesCommand(std::vector<std::string> const& args, |
| 68 | cmExecutionStatus& status) |
| 69 | { |
| 70 | return TargetLinkDirectoriesImpl(status).HandleArguments( |
| 71 | args, "LINK_DIRECTORIES", TargetLinkDirectoriesImpl::PROCESS_BEFORE); |
| 72 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…