This commit is contained in:
parent
dea9b63ed2
commit
e684882cb8
7 changed files with 367 additions and 166 deletions
|
|
@ -36,7 +36,11 @@ namespace Crafter {
|
|||
// const char* what() const noexcept override;
|
||||
// };
|
||||
|
||||
export class Project;
|
||||
export class Configuration;
|
||||
export std::string RunCommand(const std::string_view cmd);
|
||||
export void RunCommandIgnore(const std::string_view cmd);
|
||||
export std::string RunClang(const std::string_view cmd);
|
||||
export std::filesystem::path GetPath();
|
||||
export void BuildStdPcm(const Project& project, const Configuration& configuration);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue