aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2019-12-04 12:22:26 +0300
committerWohlstand <admin@wohlnet.ru>2019-12-04 12:22:26 +0300
commit17df689e56bf89179b9176ba71e508fb8c0c141b (patch)
treed26b461518b32dd3598edb6829fb16de6bbe3d22 /CMakeLists.txt
parentc83fff6de633403c6c216bd1abf83e6915aa9913 (diff)
parent1c18f0320d887d94aa2261ddceb6339897428200 (diff)
downloadlibADLMIDI-17df689e56bf89179b9176ba71e508fb8c0c141b.tar.gz
libADLMIDI-17df689e56bf89179b9176ba71e508fb8c0c141b.tar.bz2
libADLMIDI-17df689e56bf89179b9176ba71e508fb8c0c141b.zip
Merge branch 'master' into wip-new-embedded-banks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d643072..444c273 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,6 +255,10 @@ endif()
if(libADLMIDI_SHARED)
add_library(ADLMIDI_shared SHARED ${libADLMIDI_SOURCES})
set_target_properties(ADLMIDI_shared PROPERTIES OUTPUT_NAME ADLMIDI)
+ set_target_properties(ADLMIDI_shared PROPERTIES
+ VERSION ${libADLMIDI_VERSION}
+ SOVERSION ${libADLMIDI_VERSION_MAJOR}
+ )
target_include_directories(ADLMIDI_shared PUBLIC ${libADLMIDI_SOURCE_DIR}/include)
set_legacy_standard(ADLMIDI_shared)
set_visibility_hidden(ADLMIDI_shared)