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.

11 lines
388 B

  1. prefix=${pcfiledir}/../..
  2. libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
  3. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  4. Name: gmock
  5. Description: GoogleMock (without main() function)
  6. Version: @PROJECT_VERSION@
  7. URL: https://github.com/google/googletest
  8. Requires: gtest
  9. Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
  10. Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@