aboutsummaryrefslogtreecommitdiff
path: root/libADLMIDI.pc.in
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-10-22 08:31:46 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-10-22 08:31:46 +0200
commite588e1707f5aceddb61da9c64a97f32e82b44881 (patch)
treef18242ebe00e8cf5fa4cea8119299d97306affcc /libADLMIDI.pc.in
parent0d06fb2e18c7e42b7777e3c111a0ed45e0bdab86 (diff)
downloadlibADLMIDI-e588e1707f5aceddb61da9c64a97f32e82b44881.tar.gz
libADLMIDI-e588e1707f5aceddb61da9c64a97f32e82b44881.tar.bz2
libADLMIDI-e588e1707f5aceddb61da9c64a97f32e82b44881.zip
Provide pkg-config support
Diffstat (limited to 'libADLMIDI.pc.in')
-rw-r--r--libADLMIDI.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libADLMIDI.pc.in b/libADLMIDI.pc.in
new file mode 100644
index 0000000..c8aaf8c
--- /dev/null
+++ b/libADLMIDI.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+
+Name: libADLMIDI
+Description: A MIDI playback library with OPL3 (YMF262) emulator
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lADLMIDI
+Cflags: -I${includedir}