Home | History | Annotate | Download | only in cmake
      1 prefix=@CMAKE_INSTALL_PREFIX@
      2 exec_prefix=${prefix}
      3 libdir=${prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: @PROJECT_NAME@
      7 Description: Google microbenchmark framework
      8 Version: @VERSION@
      9 
     10 Libs: -L${libdir} -lbenchmark
     11 Libs.private: -lpthread
     12 Cflags: -I${includedir}
     13