mirror of
https://github.com/google/benchmark.git
synced 2024-12-25 20:10:13 +08:00
23d8c1e589
Co-authored-by: Alfredo Daniel Esponda Cervantes <92197886+DanEC1211@users.noreply.github.com>
13 lines
341 B
PkgConfig
13 lines
341 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Google microbenchmark framework
|
|
Version: @NORMALIZED_VERSION@
|
|
|
|
Libs: -L${libdir} -lbenchmark
|
|
Libs.private: -lpthread @BENCHMARK_PRIVATE_LINK_LIBRARIES@
|
|
Cflags: -I${includedir}
|