You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libsexpr/lib/libsexpr-1.2.pc.in

14 lines
366 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
includedir=@includedir@/sexpr/liblibsexpr-1.2
Name: liblibsexpr
Description: Small, fast s-expression handling library used by Askele and Askele Ingria products (so called sexpr).
Version: @VERSION@
Requires:
Libs: -L${libdir} -llibsexpr
Cflags: -I${includedir}