ModuleFactory C++ Factory class that supports built-in and run-time modules. Currently only GCC is supported. Building the example From the ModuleFactory directory: mkdir example-build cd example-build cmake ../example make