additional file fix
This commit is contained in:
parent
f90881b03d
commit
698665215b
9 changed files with 64 additions and 88 deletions
|
|
@ -51,6 +51,8 @@ namespace Crafter {
|
|||
export class Configuration {
|
||||
public:
|
||||
std::string name;
|
||||
fs::path buildDir;
|
||||
fs::path binDir;
|
||||
std::string standard;
|
||||
std::vector<std::unique_ptr<Module>> interfaces;
|
||||
std::vector<Implementation> implementations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue