Also version the .so files of the plugins.
Use the same versions as current cAudio, for now.
This commit is contained in:
parent
27c1e05baf
commit
cf32f714b1
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user