| 53 | } |
| 54 | |
| 55 | std::string getProjectBaseDirPath(std::string ProjectName) { |
| 56 | |
| 57 | return (fs::path(getBaseDirPath()) / fs::path("SOURCES") / |
| 58 | fs::path(ProjectName)) |
| 59 | .string(); |
| 60 | } |
| 61 | |
| 62 | std::string getProjectOutDirPath(std::string ProjectName) { |
| 63 |
no test coverage detected