mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 23:50:53 +00:00
Fix LADSPA enablement with cmake build system. Note: LADSPA doesn't compile ATM.
This commit is contained in:
parent
2690f30d9a
commit
9e0dda3ef3
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ set ( LADSPA_SUPPORT )
|
|||
if ( enable-ladspa )
|
||||
check_include_file ( ladspa.h LADSPA_SUPPORT )
|
||||
if ( LADSPA_SUPPORT )
|
||||
set ( LADSPA 1 )
|
||||
if ( CMAKE_DL_LIBS )
|
||||
set ( HAVE_LIBDL 1 )
|
||||
set ( LIBFLUID_LIBS "${LIBFLUID_LIBS};${CMAKE_DL_LIBS}" )
|
||||
|
|
Loading…
Reference in a new issue