aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/googletest/cmake/gtest_main.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/googletest/cmake/gtest_main.pc.in')
-rw-r--r--third_party/googletest/googletest/cmake/gtest_main.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/googletest/googletest/cmake/gtest_main.pc.in b/third_party/googletest/googletest/cmake/gtest_main.pc.in
deleted file mode 100644
index fe25d9c..0000000
--- a/third_party/googletest/googletest/cmake/gtest_main.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=@CMAKE_INSTALL_FULL_LIBDIR@
-includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
-
-Name: gtest_main
-Description: GoogleTest (with main() function)
-Version: @PROJECT_VERSION@
-URL: https://github.com/google/googletest
-Requires: gtest
-Libs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@
-Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@