| 1377 | } |
| 1378 | |
| 1379 | std::vector<BT<std::string>> cmLocalGenerator::GetIncludeDirectories( |
| 1380 | cmGeneratorTarget const* target, std::string const& lang, |
| 1381 | std::string const& config) const |
| 1382 | { |
| 1383 | return this->GetIncludeDirectoriesImplicit(target, lang, config); |
| 1384 | } |
| 1385 | |
| 1386 | void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs, |
| 1387 | cmGeneratorTarget const* target, |
no test coverage detected