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, 12 insertions, 0 deletions
diff --git a/third-party/benchmark/cmake/benchmark.pc.in b/third-party/benchmark/cmake/benchmark.pc.in
new file mode 100644
index 000000000000..34beb012eef1
--- /dev/null
+++ b/third-party/benchmark/cmake/benchmark.pc.in
@@ -0,0 +1,12 @@
+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}