mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
11 lines
238 B
PkgConfig
11 lines
238 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libgu
|
|
Description: G(F|lib|othenburg) Utilities library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgu
|
|
Cflags: -I${includedir} -I${libdir}/libgu/include
|