Added default target variant option in project configuration
This commit is contained in:
@@ -42,6 +42,7 @@ int Application::run(const std::vector<std::string>& arguments) {
|
||||
if (this->insightConfig.insightEnabled) {
|
||||
this->insight.setApplicationConfig(this->applicationConfig);
|
||||
this->insight.setEnvironmentConfig(this->environmentConfig);
|
||||
this->insight.setInsightConfig(this->insightConfig);
|
||||
this->insight.run();
|
||||
Logger::debug("Insight closed");
|
||||
this->shutdown();
|
||||
|
||||
Reference in New Issue
Block a user