mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
11 lines
208 B
PkgConfig
11 lines
208 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpgf
|
|
Description: Portable Grammar Format library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lpgf
|
|
Cflags: -I${includedir}
|