summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/google-benchmark/cmake/benchmark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/google-benchmark/cmake/benchmark.pc.in')
-rw-r--r--libcxx/utils/google-benchmark/cmake/benchmark.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcxx/utils/google-benchmark/cmake/benchmark.pc.in b/libcxx/utils/google-benchmark/cmake/benchmark.pc.in
new file mode 100644
index 00000000000..1e84bff68d8
--- /dev/null
+++ b/libcxx/utils/google-benchmark/cmake/benchmark.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: @PROJECT_NAME@
+Description: Google microbenchmark framework
+Version: @VERSION@
+
+Libs: -L${libdir} -lbenchmark
+Cflags: -I${includedir}
OpenPOWER on IntegriCloud