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