From c545ebd0d5d1b0690e16f7472048e7ffde40d934 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 8 Jun 2011 00:01:44 +0200 Subject: CGE: Add minimal engine and detection --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/plugins.cpp b/base/plugins.cpp index 4a3b201714..a838414da3 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -94,6 +94,9 @@ public: #if PLUGIN_ENABLED_STATIC(AGOS) LINK_PLUGIN(AGOS) #endif + #if PLUGIN_ENABLED_STATIC(CGE) + LINK_PLUGIN(CGE) + #endif #if PLUGIN_ENABLED_STATIC(CINE) LINK_PLUGIN(CINE) #endif -- cgit v1.2.3