xref: /aosp_15_r20/external/cronet/third_party/google_benchmark/src/cmake/benchmark.pc.in (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6Name: @PROJECT_NAME@
7Description: Google microbenchmark framework
8Version: @VERSION@
9
10Libs: -L${libdir} -lbenchmark
11Libs.private: -lpthread
12Cflags: -I${includedir}
13