Skip to content

Commit

Permalink
fix linkage finally
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Feb 1, 2025
1 parent 772bee1 commit 61760c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@ if ( SDL2_SUPPORT ) # because SDL_Init() etc.
target_link_libraries ( fluidsynth PRIVATE ${SDL2_LIBRARIES} )
endif()

if ( SDL3_SUPPORT ) # because SDL_Init() etc.
target_link_libraries ( fluidsynth PRIVATE SDL3::SDL3 )
endif()

if ( TARGET PipeWire::PipeWire AND PIPEWIRE_SUPPORT ) # because pw_init() etc.
target_link_libraries ( fluidsynth PRIVATE PipeWire::PipeWire )
endif()
Expand Down

0 comments on commit 61760c0

Please sign in to comment.