Plugins|CMake: Build option to link all plugins statically
de::Library hides the difference between dynamic and static libraries.
Static linking also disables API exchange, since the APIs are alreadyavailable due to being in the same binary.
View differences
Plugins|CMake: Build option to link all plugins statically
de::Library hides the difference between dynamic and static libraries.
Static linking also disables API exchange, since the APIs are already
available due to being in the same binary.