xref: /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/benchmark.pc.in (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
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