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
395 B

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