mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
10 lines
277 B
PkgConfig
10 lines
277 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: Library supporting Foreign Function Interfaces
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lffi
|
|
Cflags: -I${includedir}
|