summaryrefslogtreecommitdiff
path: root/third-party/benchmark/cmake/benchmark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/cmake/benchmark.pc.in')
-rw-r--r--third-party/benchmark/cmake/benchmark.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/third-party/benchmark/cmake/benchmark.pc.in b/third-party/benchmark/cmake/benchmark.pc.in
deleted file mode 100644
index 34beb012eef1..000000000000
--- a/third-party/benchmark/cmake/benchmark.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
-
-Name: @PROJECT_NAME@
-Description: Google microbenchmark framework
-Version: @VERSION@
-
-Libs: -L${libdir} -lbenchmark
-Libs.private: -lpthread
-Cflags: -I${includedir}