diff options
author | Yann E. MORIN <yann.morin@orange.com> | 2016-06-23 09:09:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-24 18:00:01 +0200 |
commit | e9c4497c92cfe2f2792664cdc6e8a70a191a9b6d (patch) | |
tree | b9b52ec07f4a069068c39ad14304bc71a1ac4c20 /package/gtest/gtest.pc | |
parent | 4dd576b563eff108de16e7318443016c89798e09 (diff) | |
download | buildroot-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.pc | 11 |
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} |