mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
aac2354f5c
cd fluidsynth && git mv * ../
10 lines
212 B
PkgConfig
10 lines
212 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FluidSynth
|
|
Description: Software SoundFont synth
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lfluidsynth
|
|
Cflags: -I${includedir}
|