| 72 | } |
| 73 | |
| 74 | std::string getPreSourcePath(std::string ProjectName) { |
| 75 | |
| 76 | return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("lib") / |
| 77 | fs::path("pre.c")) |
| 78 | .string(); |
| 79 | } |
| 80 | |
| 81 | std::string getTargetSourcePath(std::string ProjectName) { |
| 82 |
no test coverage detected