mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
12 lines
369 B
PkgConfig
12 lines
369 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/rtmidi
|
|
|
|
Name: librtmidi
|
|
Description: RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: @req@
|
|
Libs: -L${libdir} -lrtmidi
|
|
Libs.private: -lpthread @req_libs@
|
|
Cflags: -pthread -I${includedir} @api@
|