added libraries
This commit is contained in:
parent
3c90f7b118
commit
be39501c5b
6 changed files with 46 additions and 12 deletions
|
|
@ -34,6 +34,8 @@ export namespace Crafter::Build {
|
|||
std::string optimizationLevel;
|
||||
std::string buildDir;
|
||||
std::string outputDir;
|
||||
Configuration(std::string name, std::string standard, std::vector<std::string> sourceFiles, std::vector<std::string> moduleFiles, std::string optimizationLevel, std::string buildDir, std::string outputDir);
|
||||
std::string type;
|
||||
std::string target;
|
||||
Configuration(std::string name, std::string standard, std::vector<std::string> sourceFiles, std::vector<std::string> moduleFiles, std::string optimizationLevel, std::string buildDir, std::string outputDir, std::string type, std::string target);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue