summaryrefslogtreecommitdiffstats
path: root/security/nss/gtests/google_test/gtest/cmake/gtest.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/gtests/google_test/gtest/cmake/gtest.pc.in')
-rw-r--r--security/nss/gtests/google_test/gtest/cmake/gtest.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nss/gtests/google_test/gtest/cmake/gtest.pc.in b/security/nss/gtests/google_test/gtest/cmake/gtest.pc.in
new file mode 100644
index 0000000000..9aae29e267
--- /dev/null
+++ b/security/nss/gtests/google_test/gtest/cmake/gtest.pc.in
@@ -0,0 +1,10 @@
+prefix=${pcfiledir}/../..
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_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@