File: libpersistent-cache-cpp.pc.in

package info (click to toggle)
persistent-cache-cpp 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 7,754; python: 183; ansic: 91; sh: 34; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/include
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@

Name: lib@LIBNAME@
Description: Cache of key-value pairs with persistent storage for C++
Version: @LIBVERSION@
Libs: -L${libdir} -l@LIBNAME@ @PROPAGATED_LINK_FLAGS@
Cflags: -I${includedir}