sysrepo / sysrepo-cpp

C++ bindings for the sysrepo library
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Add SOVERSION to the shared lib #5

Open gotthardp opened 2 years ago

gotthardp commented 2 years ago

Would you please add SOVERSION to the shared library, just like sysrepo has (or somehow similarly)?

set_target_properties(sysrepo PROPERTIES VERSION ${SYSREPO_SOVERSION_FULL} SOVERSION ${SYSREPO_SOVERSION})

Yocto Linux reports a "QA issue" that there is none.