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