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