diff options
Diffstat (limited to 'vcpkg/ports/fluidsynth/usage')
| -rw-r--r-- | vcpkg/ports/fluidsynth/usage | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/fluidsynth/usage b/vcpkg/ports/fluidsynth/usage new file mode 100644 index 0000000..ea5f1ea --- /dev/null +++ b/vcpkg/ports/fluidsynth/usage @@ -0,0 +1,10 @@ +fluidsynth provides CMake targets: + + find_package(FluidSynth CONFIG REQUIRED) + target_link_libraries(main PRIVATE FluidSynth::libfluidsynth) + add_custom_command(OUTPUT result COMMAND FluidSynth::q ARGS ...) + +fluidsynth provides pkg-config modules: + + # Software SoundFont synth + fluidsynth |