Update fmidi and remove fmidi-player from targets

This commit is contained in:
Paul Ferrand 2020-04-22 21:52:29 +02:00
parent 71f39f9a1d
commit 6f39d4c830
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,6 @@ COMPONENT "jack" OPTIONAL)
add_subdirectory(external/fmidi EXCLUDE_FROM_ALL)
add_executable(sfizz_render sfizz_render.cpp)
target_link_libraries(sfizz_render sfizz::sfizz fmidi-player fmidi)
target_link_libraries(sfizz_render sfizz::sfizz fmidi)
sfizz_enable_lto_if_needed (sfizz_render)
install (TARGETS sfizz_render DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)

@ -1 +1 @@
Subproject commit f12d08d6ccd27d2580ec4e21717fbc3ab4b73a20
Subproject commit b7fe3a04c2c0ae7256c8e41d86d68f2fead19394