aboutsummaryrefslogtreecommitdiffstats
path: root/mybuild/googlemock/gtest/gtest_main.pc
diff options
context:
space:
mode:
Diffstat (limited to 'mybuild/googlemock/gtest/gtest_main.pc')
-rw-r--r--mybuild/googlemock/gtest/gtest_main.pc10
1 files changed, 0 insertions, 10 deletions
diff --git a/mybuild/googlemock/gtest/gtest_main.pc b/mybuild/googlemock/gtest/gtest_main.pc
deleted file mode 100644
index 57948c76..00000000
--- a/mybuild/googlemock/gtest/gtest_main.pc
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: gtest_main
-Description: GoogleTest (with main() function)
-Version: 1.9.0
-URL: https://github.com/google/googletest
-Requires: gtest
-Libs: -L${libdir} -lgtest_main -pthread
-Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread