mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
ensure the prefix "lib" for the FluidSynth library in all platforms and generators.
This commit is contained in:
parent
a41a16c602
commit
ad35993faf
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ add_library ( libfluidsynth SHARED
|
|||
|
||||
set_target_properties ( libfluidsynth
|
||||
PROPERTIES
|
||||
PREFIX "lib"
|
||||
OUTPUT_NAME "fluidsynth"
|
||||
VERSION ${LT_VERSION_INFO}
|
||||
SOVERSION ${LT_VERSION_CURRENT}
|
||||
|
|
Loading…
Reference in a new issue