SIGN IN SIGN UP

Fix Linux plugin template build visibility (#58069)

The CMake plugin build wasn't setting visibility to hidden by default,
which meant that plugins exported everything by default. This would make
bad interactions between plugins much more likely; only the intended API
should be exported by the shared library.
S
stuartmorgan committed
27e652c8825b877867784d135de9a70bcbbab157
Parent: 8b63c65
Committed by GitHub <noreply@github.com> on 5/27/2020, 5:55:34 PM