b82a8f4ec6
This is some code I had previously written, adapted to (mostly) libcfu coding style. The API is very similar to that of the existing (to be eventually removed) cfutime.
11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: Portable C data structure and utility library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs.private: @PTHREAD_LIBS@ @REALTIME_LIBS@
|
|
Cflags: -I${includedir}/cfu
|