1
0
mirror of https://github.com/google/benchmark.git synced 2025-01-16 06:40:13 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
babbaj
2a78e8cbe9
use CMAKE_INSTALL_FULL in pkg-config file () 2022-08-23 23:28:02 +03:00
Vitaly Zaitsev
7efada2dac
Fixed pkg-config on other than Ubuntu GNU/Linux distributions. ()
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2020-09-12 18:56:43 +03:00
Daniel Kraft
97393e5ef8 Add -lpthread to pkg-config Libs.private. ()
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)
2019-02-01 15:51:44 +03:00
Steinar H. Gunderson
0c3ec998c4 Add a pkg-config file, for the benefit of projects not using CMake. () 2017-11-15 11:51:22 -08:00