ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.07k stars 267 forks source link

Shared libraries need to be properly versioned on Linux #145

Closed fd00 closed 10 months ago

fd00 commented 10 months ago

Do you plan to add soversion to shared libraries?

An example is shown below.

set_target_properties(yyjson PROPERTIES SOVERSION 0)
ibireme commented 10 months ago

Thanks for your suggestion, added.