| 60 | } |
| 61 | |
| 62 | std::string getProjectOutDirPath(std::string ProjectName) { |
| 63 | |
| 64 | return (fs::path(getBaseDirPath()) / fs::path("out") / fs::path(ProjectName)) |
| 65 | .string(); |
| 66 | } |
| 67 | |
| 68 | std::string getPublicAPIPath(std::string ProjectName) { |
| 69 |
no test coverage detected