初步修复
This commit is contained in:
parent
8fc4357cc6
commit
e4714f3f0e
46705 changed files with 12004901 additions and 0 deletions
11
Common/cppunit-1.12.1/cppunit.pc.in
Normal file
11
Common/cppunit-1.12.1/cppunit.pc.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: CppUnit
|
||||
Description: The C++ Unit Test Library
|
||||
Version: @CPPUNIT_VERSION@
|
||||
Libs: -L${libdir} -lcppunit
|
||||
Libs.private: @LIBADD_DL@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue