| 52 | } // namespace |
| 53 | |
| 54 | bool cmTargetCompileOptionsCommand(std::vector<std::string> const& args, |
| 55 | cmExecutionStatus& status) |
| 56 | { |
| 57 | return TargetCompileOptionsImpl(status).HandleArguments( |
| 58 | args, "COMPILE_OPTIONS", TargetCompileOptionsImpl::PROCESS_BEFORE); |
| 59 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…