mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-01 15:10:43 +00:00
fix win32 build
This commit is contained in:
parent
ff1482ec06
commit
a6b1056b8c
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ macro ( ADD_FLUID_TEST _test )
|
||||||
set_target_properties(${_test} PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
set_target_properties(${_test} PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
||||||
|
|
||||||
# import necessary compile flags and dependency libraries
|
# import necessary compile flags and dependency libraries
|
||||||
set_target_properties (${_test} PROPERTIES COMPILE_FLAGS $<TARGET_PROPERTY:fluidsynth,COMPILE_FLAGS> )
|
if ( FLUID_CPPFLAGS )
|
||||||
|
set_target_properties ( ${_test} PROPERTIES COMPILE_FLAGS ${FLUID_CPPFLAGS} )
|
||||||
|
endif ( FLUID_CPPFLAGS )
|
||||||
TARGET_LINK_LIBRARIES(${_test} $<TARGET_PROPERTY:libfluidsynth,INTERFACE_LINK_LIBRARIES>)
|
TARGET_LINK_LIBRARIES(${_test} $<TARGET_PROPERTY:libfluidsynth,INTERFACE_LINK_LIBRARIES>)
|
||||||
|
|
||||||
# use the local include path to look for fluidsynth.h, as we cannot be sure fluidsynth is already installed
|
# use the local include path to look for fluidsynth.h, as we cannot be sure fluidsynth is already installed
|
||||||
|
|
Loading…
Reference in a new issue