mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Fix import library naming clash (#893)
This commit is contained in:
parent
eda2fb21b0
commit
aba9485a9c
1 changed files with 3 additions and 0 deletions
|
@ -383,6 +383,9 @@ add_executable ( fluidsynth
|
|||
${fluidsynth_SOURCES}
|
||||
)
|
||||
|
||||
set_target_properties ( fluidsynth
|
||||
PROPERTIES IMPORT_PREFIX "" )
|
||||
|
||||
if ( FLUID_CPPFLAGS )
|
||||
set_target_properties ( fluidsynth
|
||||
PROPERTIES COMPILE_FLAGS ${FLUID_CPPFLAGS} )
|
||||
|
|
Loading…
Reference in a new issue