1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5
6Name: @PROJECT_NAME@
7Description: Google microbenchmark framework
8Version: @VERSION@
9
10Libs: -L${libdir} -lbenchmark
11Libs.private: -lpthread
12Cflags: -I${includedir}
13