From ad35993faf27970456288f6aa9834003f37195e1 Mon Sep 17 00:00:00 2001 From: Pedro Lopez-Cabanillas Date: Thu, 15 Jul 2010 17:12:54 +0000 Subject: [PATCH] ensure the prefix "lib" for the FluidSynth library in all platforms and generators. --- fluidsynth/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt index cdd31073..3d8d261b 100644 --- a/fluidsynth/src/CMakeLists.txt +++ b/fluidsynth/src/CMakeLists.txt @@ -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}