mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
13 lines
369 B
PkgConfig
13 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@
|