summaryrefslogtreecommitdiff
path: root/cmake/gtest.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/gtest.pc.in')
-rw-r--r--cmake/gtest.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/gtest.pc.in b/cmake/gtest.pc.in
new file mode 100644
index 0000000..37b8209
--- /dev/null
+++ b/cmake/gtest.pc.in
@@ -0,0 +1,9 @@
+Name: libgtest
+Version: 1.6.0
+Description: Google's framework for writing C++ tests on a variety of platforms
+
+prefix=@CMAKE_INSTALL_PREFIX@
+includedir=${prefix}/include
+libdir=${prefix}/lib
+Cflags:-I${includedir}/gtest
+Libs: -L${libdir} -lgtest