CGE: Add minimal engine and detection
This commit is contained in:
parent
a826c4422f
commit
c545ebd0d5
9 changed files with 493 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue