additional file fix

This commit is contained in:
Jorijn van der Graaf 2025-11-09 20:08:23 +01:00
commit 698665215b
9 changed files with 64 additions and 88 deletions

View file

@ -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;