File: cppunit.pc.in

package info (click to toggle)
cppunit 1.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,744 kB
  • sloc: cpp: 12,695; sh: 4,280; ansic: 687; makefile: 402; xml: 58
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: CppUnit
Description: The C++ Unit Test Library
Version: @VERSION@
Libs: -L${libdir} -lcppunit
Libs.private: @LIBADD_DL@
Cflags: -I${includedir}