zserio icon indicating copy to clipboard operation
zserio copied to clipboard

Add Library Type Option for C++ Runtime

Open MisterGC opened this issue 6 years ago • 1 comments

Currently the type of the C++ runtime library is always STATIC, but depending on the use case SHARED might be needed.

MisterGC avatar Dec 05 '18 10:12 MisterGC

In case of a shared lib: Automatically exposing all symbols on Windows (for example with WINDOWS_EXPORT_ALL_SYMBOLS) should be sufficient.

MisterGC avatar Dec 05 '18 10:12 MisterGC