This commit is contained in:
parent
4f6c3c009c
commit
aa89b8b034
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ namespace Crafter {
|
||||||
|
|
||||||
}
|
}
|
||||||
Configuration::Configuration(const nlohmann::json& configs, const nlohmann::json& config, fs::path workingDir, const Project& project) : type(CRAFTER_CONFIGURATION_TYPE_EXECUTABLE), debug(false) {
|
Configuration::Configuration(const nlohmann::json& configs, const nlohmann::json& config, fs::path workingDir, const Project& project) : type(CRAFTER_CONFIGURATION_TYPE_EXECUTABLE), debug(false) {
|
||||||
|
std::cout << "bruh2" << std::endl;
|
||||||
SetDataFromJson(configs, config, workingDir, project);
|
SetDataFromJson(configs, config, workingDir, project);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue