Set the specific language to be scanned. */
| 44 | |
| 45 | /** Set the specific language to be scanned. */ |
| 46 | void SetLanguage(std::string const& lang) { this->Language = lang; } |
| 47 | |
| 48 | /** Set the target build directory. */ |
| 49 | void SetTargetDirectory(std::string const& dir) |