zserio
zserio copied to clipboard
Add Library Type Option for C++ Runtime
Currently the type of the C++ runtime library is always STATIC, but depending on the use case SHARED might be needed.
In case of a shared lib: Automatically exposing all symbols on Windows (for example with WINDOWS_EXPORT_ALL_SYMBOLS) should be sufficient.