mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-03 16:50:41 +08:00
12 lines
388 B
PkgConfig
12 lines
388 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: gmock
|
|
Description: GoogleMock (without main() function)
|
|
Version: @PROJECT_VERSION@
|
|
URL: https://github.com/google/googletest
|
|
Requires: gtest
|
|
Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
|
|
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@
|