Also version the .so files of the plugins.

Use the same versions as current cAudio, for now.
This commit is contained in:
Ben Rosser 2016-08-15 19:43:28 -04:00
parent 27c1e05baf
commit cf32f714b1
2 changed files with 8 additions and 2 deletions

View File

@ -25,4 +25,7 @@ if(${CAUDIO_STATIC})
ADD_DEFINITIONS(-DCAUDIO_STATIC_LIB)
endif()
install_all_targets(EAXLegacyPreset)
set_property(TARGET EAXLegacyPreset PROPERTY VERSION "2.3.0")
set_property(TARGET EAXLegacyPreset PROPERTY SOVERSION 2 )
install_all_targets(EAXLegacyPreset)

View File

@ -25,4 +25,7 @@ if(${CAUDIO_STATIC})
ADD_DEFINITIONS(-DCAUDIO_STATIC_LIB)
endif()
install_all_targets(cAp_mp3Decoder)
set_property(TARGET cAp_mp3Decoder PROPERTY VERSION "2.3.0")
set_property(TARGET cAp_mp3Decoder PROPERTY SOVERSION 2 )
install_all_targets(cAp_mp3Decoder)