ensure the prefix "lib" for the FluidSynth library in all platforms and generators.

This commit is contained in:
Pedro Lopez-Cabanillas 2010-07-15 17:12:54 +00:00
parent a41a16c602
commit ad35993faf

View file

@ -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}