libspng icon indicating copy to clipboard operation
libspng copied to clipboard

CMake library version?

Open zvezdochiot opened this issue 2 years ago • 1 comments

Hi all.

https://github.com/randy408/libspng/blob/0e4b64a64b09851076eeafb5832135a52b4a0b59/CMakeLists.txt#L33-L34

Maybe add?:

set(SPNG_VERSION ${SPNG_MAJOR}.${SPNG_MINOR}.${SPNG_REVISION})
set_target_properties(spng PROPERTIES VERSION ${SPNG_VERSION} SOVERSION ${SPNG_MAJOR})

zvezdochiot avatar Jan 02 '22 12:01 zvezdochiot

If this would change the produced filename this would have to be delayed until at least the next minor release or 1.0.

randy408 avatar Jan 10 '22 17:01 randy408