| 1471 | } |
| 1472 | |
| 1473 | static std::string targetNameGenex(std::string const& lib) |
| 1474 | { |
| 1475 | return "$<TARGET_NAME:" + lib + ">"; |
| 1476 | } |
| 1477 | |
| 1478 | bool cmTarget::PushTLLCommandTrace(TLLSignature signature, |
| 1479 | cmListFileContext const& lfc) |
no outgoing calls
no test coverage detected
searching dependent graphs…