Merge pull request #45 from TC01/plugins_soname

Also version the .so files of the plugins
This commit is contained in:
Raynaldo Rivera 2016-08-28 22:01:58 -07:00 committed by GitHub
commit e6f18eb1b7
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)