python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / gmock / gmock.pc
blob2f900682efafe7d2f6d279cd7aec9b52b710fe6e
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=${prefix}/lib/
4 includedir=${prefix}/include
6 Name: gmock
7 Description: Google C++ Mocking Framework
8 Version: 1.7.0
9 Libs: -L${libdir} -lgmock
10 Libs.private: -lpthread
11 Cflags: -I${includedir}