aboutsummaryrefslogtreecommitdiff
path: root/cmake/benchmark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/benchmark.pc.in')
-rw-r--r--cmake/benchmark.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/benchmark.pc.in b/cmake/benchmark.pc.in
index 43ca8f9..34beb01 100644
--- a/cmake/benchmark.pc.in
+++ b/cmake/benchmark.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: Google microbenchmark framework