libcruft-util/libcruft.pc.in
Danny Robson f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00

13 lines
260 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcruft
Description: A simple utility library in C++
URL: http://nerdcruft.net/
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lcruft
Cflags: -I${includedir}