| 49 | } // namespace |
| 50 | |
| 51 | bool cmTargetCompileFeaturesCommand(std::vector<std::string> const& args, |
| 52 | cmExecutionStatus& status) |
| 53 | { |
| 54 | return TargetCompileFeaturesImpl(status).HandleArguments(args, |
| 55 | "COMPILE_FEATURES"); |
| 56 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…