xref: /aosp_15_r20/external/libcxx/utils/google-benchmark/cmake/benchmark.pc.in (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/lib
4includedir=${prefix}/include
5
6Name: @PROJECT_NAME@
7Description: Google microbenchmark framework
8Version: @VERSION@
9
10Libs: -L${libdir} -lbenchmark
11Cflags: -I${includedir}
12