(#124) preliminary pkg-config file setup and install

This commit is contained in:
halosghost
2020-02-09 22:04:09 -06:00
parent c059e45ba2
commit 7bc1bb0a9b
2 changed files with 15 additions and 2 deletions

8
mpc.pc Normal file
View File

@@ -0,0 +1,8 @@
libdir=${prefix}/lib
includedir=${prefix}/include
Name: mpc
Description: Library for creating parser combinators
Version: 0.9.0
Libs: -L${libdir} -lmpc
Cflags: -I${includedir}