working dependencies
This commit is contained in:
parent
c5d6aa532c
commit
59b995cb7c
5 changed files with 37 additions and 16 deletions
|
|
@ -24,6 +24,6 @@ module Crafter.Build:DependencyImpl;
|
|||
import :Dependency;
|
||||
using namespace Crafter::Build;
|
||||
|
||||
Dependency::Dependency(std::string path, std::string configuration, std::string filename): path(path), configuration(configuration), filename(filename) {
|
||||
Dependency::Dependency(std::string path, std::string configuration): path(path), configuration(configuration) {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue