]> git.proxmox.com Git - ceph.git/blame - ceph/src/s3select/rapidjson/thirdparty/gtest/googlemock/cmake/gmock.pc.in
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / s3select / rapidjson / thirdparty / gtest / googlemock / cmake / gmock.pc.in
CommitLineData
1e59de90
TL
1libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
3
4Name: gmock
5Description: GoogleMock (without main() function)
6Version: @PROJECT_VERSION@
7URL: https://github.com/google/googletest
8Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
9Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@