1 prefix=@CMAKE_INSTALL_PREFIX@
3 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
7 Description: Google microbenchmark framework
10 Libs: -L${libdir} -lbenchmark
11 Libs.private: -lpthread
12 Cflags: -I${includedir}