kumquat-buildroot/package/gmock/gmock.pc
Yann E. MORIN 4dd576b563 package/gmock: install .pc file
Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
Signed-off-by: Cedric Chedaleux <cedric.chedaleux@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-24 17:58:46 +02:00

12 lines
229 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/
includedir=${prefix}/include
Name: gmock
Description: Google C++ Mocking Framework
Version: 1.7.0
Libs: -L${libdir} -lgmock
Libs.private: -lpthread
Cflags: -I${includedir}