Added default target variant option in project configuration
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Bloom
|
||||
private:
|
||||
ApplicationConfig applicationConfig;
|
||||
EnvironmentConfig environmentConfig;
|
||||
InsightConfig insightConfig;
|
||||
|
||||
EventManager& eventManager;
|
||||
EventListenerPointer eventListener = std::make_shared<EventListener>("InsightEventListener");
|
||||
@@ -54,6 +55,10 @@ namespace Bloom
|
||||
this->environmentConfig = environmentConfig;
|
||||
}
|
||||
|
||||
void setInsightConfig(const InsightConfig& insightConfig) {
|
||||
this->insightConfig = insightConfig;
|
||||
}
|
||||
|
||||
/**
|
||||
* Entry point for Insight.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user