| 1820 | } |
| 1821 | |
| 1822 | cmListFileBacktrace cmGeneratorTarget::GetBacktrace() const |
| 1823 | { |
| 1824 | return this->Target->GetBacktrace(); |
| 1825 | } |
| 1826 | |
| 1827 | std::set<BT<std::pair<std::string, bool>>> const& |
| 1828 | cmGeneratorTarget::GetUtilities() const |
no outgoing calls
no test coverage detected