summaryrefslogtreecommitdiffstats
path: root/package/gtest/gtest.pc
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin@orange.com>2016-06-23 09:09:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-24 18:00:01 +0200
commite9c4497c92cfe2f2792664cdc6e8a70a191a9b6d (patch)
treeb9b52ec07f4a069068c39ad14304bc71a1ac4c20 /package/gtest/gtest.pc
parent4dd576b563eff108de16e7318443016c89798e09 (diff)
downloadbuildroot-e9c4497c92cfe2f2792664cdc6e8a70a191a9b6d.tar.gz
buildroot-e9c4497c92cfe2f2792664cdc6e8a70a191a9b6d.zip
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>
Diffstat (limited to 'package/gtest/gtest.pc')
-rw-r--r--package/gtest/gtest.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gtest/gtest.pc b/package/gtest/gtest.pc
new file mode 100644
index 0000000000..b7a8aa4000
--- /dev/null
+++ b/package/gtest/gtest.pc
@@ -0,0 +1,11 @@
+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}
OpenPOWER on IntegriCloud