mirror of
https://github.com/google/benchmark.git
synced 2024-12-01 07:16:07 +00:00
97393e5ef8
Since pthread is required at least for GCC (according to the
documentation), this should be reflected by the pkg-config file.
The same is, for instance, also done by the gflags library:
1005485222/cmake/package.pc.in (L13)
13 lines
267 B
PkgConfig
13 lines
267 B
PkgConfig
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
|
|
Libs.private: -lpthread
|
|
Cflags: -I${includedir}
|