mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
use CMAKE_INSTALL_FULL in pkg-config file (#1473)
This commit is contained in:
parent
e8baf26225
commit
2a78e8cbe9
@ -1,7 +1,7 @@
|
|||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: @PROJECT_NAME@
|
Name: @PROJECT_NAME@
|
||||||
Description: Google microbenchmark framework
|
Description: Google microbenchmark framework
|
||||||
|
Loading…
Reference in New Issue
Block a user