nulib2/nufxlib/nufxlib.pc.in
Kelvin Sherlock ae66fba7bc pkg-config support
will generate nufxlib.pc and install to the pkgconfig directory
for use with the oft-used pkg-config utility.
2020-10-14 23:18:02 -04:00

11 lines
225 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: nufxlib
Description: NuFX archive manipulation library.
Version: @NUFX_VERSION@
Libs: -L${libdir} -lnufx @LIBS@
Cflags: -I${includedir}