mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
initial import of the C runtime
This commit is contained in:
11
src/runtime/c/libpgf.pc.in
Normal file
11
src/runtime/c/libpgf.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libpgf
|
||||
Description: Portable Grammar Format library
|
||||
Requires: libgu
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lpgf
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user