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..e7967ad
--- /dev/null
+++ b/cmake/gtest.pc.in
@@ -0,0 +1,9 @@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+
+Name: gtest
+Description: GoogleTest (without main() function)
+Version: @PROJECT_VERSION@
+URL: https://github.com/google/googletest
+Libs: -L${libdir} -lgtest @CMAKE_THREAD_LIBS_INIT@
+Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@