working dependencies
This commit is contained in:
parent
c5d6aa532c
commit
59b995cb7c
5 changed files with 37 additions and 16 deletions
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue