| 370 | } |
| 371 | |
| 372 | Path MesonManager::buildDirectory(ProjectBaseItem* item) const |
| 373 | { |
| 374 | Q_ASSERT(item); |
| 375 | Meson::BuildDir buildDir = Meson::currentBuildDir(item->project()); |
| 376 | return buildDir.buildDir; |
| 377 | } |
| 378 | |
| 379 | IProjectBuilder* MesonManager::builder() const |
| 380 | { |
no test coverage detected