This commit is contained in:
parent
94db4f2780
commit
0819baf6d3
8 changed files with 170 additions and 117 deletions
|
|
@ -28,7 +28,7 @@ namespace Crafter {
|
|||
Test::Test(Configuration&& config) : config(std::move(config)) {
|
||||
config.type = CRAFTER_CONFIGURATION_TYPE_SHARED_LIBRARY;
|
||||
}
|
||||
Test::Test(const nlohmann::json& configs, const nlohmann::json& config, const fs::path& workingDir): config(configs, config, workingDir) {
|
||||
Test::Test(const nlohmann::json& configs, const nlohmann::json& config, const fs::path& workingDir, const Project& project): config(configs, config, workingDir, project) {
|
||||
this->config.type = CRAFTER_CONFIGURATION_TYPE_SHARED_LIBRARY;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue