This commit is contained in:
parent
714e82daa9
commit
c4686ae1cc
5 changed files with 159 additions and 42 deletions
|
|
@ -38,6 +38,10 @@ namespace Crafter {
|
|||
|
||||
export class Project;
|
||||
export class Configuration;
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
export std::string clDir;
|
||||
export std::string clangClDir;
|
||||
#endif
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue