Danny Robson
f6056153e3
This places, at long last, the core library code into the same namespace as the extended library code.
13 lines
260 B
PkgConfig
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}
|