working dependencies

This commit is contained in:
Jorijn van der Graaf 2024-12-29 20:14:49 +01:00
commit 59b995cb7c
5 changed files with 37 additions and 16 deletions

View file

@ -26,8 +26,7 @@ export namespace Crafter::Build {
class Dependency {
public:
std::string path;
std::string filename;
std::string configuration;
Dependency(std::string path, std::string configuration, std::string filename);
Dependency(std::string path, std::string configuration);
};
}