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
|
|
@ -23,6 +23,6 @@ module;
|
|||
module Crafter.Build;
|
||||
using namespace Crafter::Build;
|
||||
|
||||
Dependency::Dependency(std::string path, std::string configuration): path(path), configuration(configuration) {
|
||||
Dependency::Dependency(std::string path, std::string configuration, std::string commit, std::string branch): path(path), configuration(configuration), commit(commit), branch(branch) {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue