kumquat-buildroot/package/gtest/gtest.pc
Yann E. MORIN e9c4497c92 package/gtest: add and install a .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 18:00:01 +02:00

12 lines
229 B
PkgConfig

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