The plugin object must be build into a shared library.
About this task
Build the object into a shared library (.dll on windows, .so on linux/unix).
All libraries should be statically linked. This will prevent possible library
version mismatches and unresolved symbols.