Add a new `ABIVERSION` define which allows to control the SOVERSION used
for the built shared library. This is needed for downstream packaging to
properly track breaking ABI changes when updating to newer versions of
the library.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit
2537be01858710e714c329153760c64fe3f8a73e)
ADD_UNIT_TEST_SAN(ubusd_main ubusd-san)
ENDIF()
+IF(ABIVERSION)
+ SET_TARGET_PROPERTIES(ubus PROPERTIES VERSION ${ABIVERSION})
+ENDIF()
+
INSTALL(TARGETS ubus cli
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib