| 1439 | } |
| 1440 | |
| 1441 | void cmTarget::ClearDependencyInformation(cmMakefile& mf) const |
| 1442 | { |
| 1443 | std::string depname = cmStrCat(this->GetName(), "_LIB_DEPENDS"); |
| 1444 | mf.RemoveCacheDefinition(depname); |
| 1445 | } |
| 1446 | |
| 1447 | std::string cmTarget::GetDebugGeneratorExpressions( |
| 1448 | std::string const& value, cmTargetLinkLibraryType llt) const |
no test coverage detected