LevelDB project 1 10225501460 林子骥 10211900416 郭夏辉
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
295 B

1 month ago
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  5. Name: @PROJECT_NAME@
  6. Description: Google microbenchmark framework
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lbenchmark
  9. Libs.private: -lpthread
  10. Cflags: -I${includedir}