source: trunk/contrib/cppunit-1.12.2/lib/pkgconfig/cppunit.pc @ 876

Last change on this file since 876 was 876, checked in by sam, 12 years ago

contrib: add a precompiled Win32 version of CppUnit and update build system
accordingly.

File size: 232 bytes
Line 
1prefix=/usr/local
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: CppUnit
7Description: The C++ Unit Test Library
8Version: 1.12.1
9Libs: -L${libdir} -lcppunit
10Libs.private:
11Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.