diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt index 94464e4a..e60037a9 100644 --- a/fluidsynth/src/CMakeLists.txt +++ b/fluidsynth/src/CMakeLists.txt @@ -264,6 +264,14 @@ if ( MACOSX_FRAMEWORK ) VERSION ${LIB_VERSION_INFO} SOVERSION ${LIB_VERSION_CURRENT} ) +elseif ( OS2 ) + set_target_properties ( libfluidsynth + PROPERTIES + OUTPUT_NAME "fluidsyn" + ARCHIVE_OUTPUT_NAME "fluidsynth" + VERSION ${LIB_VERSION_INFO} + SOVERSION ${LIB_VERSION_CURRENT} + ) else ( MACOSX_FRAMEWORK ) set_target_properties ( libfluidsynth PROPERTIES