| 676 | cm::string_view fileSetType) const; |
| 677 | |
| 678 | cmListFileBacktrace GetBacktrace( |
| 679 | cm::optional<cmListFileBacktrace> const& bt) const |
| 680 | { |
| 681 | return bt ? *bt : this->Makefile->GetBacktrace(); |
| 682 | } |
| 683 | }; |
| 684 | |
| 685 | cmTargetInternals::cmTargetInternals() |
no outgoing calls
no test coverage detected