source:
trunk/contrib/cppunit-1.12.2/lib/pkgconfig/cppunit.pc
@
876
Last change on this file since 876 was 876, checked in by , 12 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | prefix=/usr/local |
2 | exec_prefix=${prefix} |
3 | libdir=${exec_prefix}/lib |
4 | includedir=${prefix}/include |
5 | |
6 | Name: CppUnit |
7 | Description: The C++ Unit Test Library |
8 | Version: 1.12.1 |
9 | Libs: -L${libdir} -lcppunit |
10 | Libs.private: |
11 | Cflags: -I${includedir} |
Note: See TracBrowser
for help on using the repository browser.