| 44 | } // namespace |
| 45 | |
| 46 | bool cmTargetLinkOptionsCommand(std::vector<std::string> const& args, |
| 47 | cmExecutionStatus& status) |
| 48 | { |
| 49 | return TargetLinkOptionsImpl(status).HandleArguments( |
| 50 | args, "LINK_OPTIONS", TargetLinkOptionsImpl::PROCESS_BEFORE); |
| 51 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…