Skip to content

Commit

Permalink
Update fmidi and remove fmidi-player from targets
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Apr 22, 2020
1 parent 71f39f9 commit 6f39d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion clients/external/fmidi
Submodule fmidi updated 1 files
+17 −59 CMakeLists.txt

0 comments on commit 6f39d4c

Please sign in to comment.