File: gmock_main.pc.in

package info (click to toggle)
libgdiplus 6.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,392 kB
  • sloc: ansic: 79,725; cpp: 48,970; python: 8,626; sh: 4,754; makefile: 535
file content (11 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
prefix=${pcfiledir}/../..
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: gmock_main
Description: GoogleMock (with main() function)
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
Requires: gmock
Libs: -L${libdir} -lgmock_main @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@