added specfic git commit or branch dependency
This commit is contained in:
parent
af7eb61c3d
commit
1bfc07db4b
4 changed files with 24 additions and 4 deletions
|
|
@ -26,6 +26,8 @@ export namespace Crafter::Build {
|
|||
public:
|
||||
std::string path;
|
||||
std::string configuration;
|
||||
Dependency(std::string path, std::string configuration);
|
||||
std::string commit;
|
||||
std::string branch;
|
||||
Dependency(std::string path, std::string configuration, std::string commit, std::string branch);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue