]> git.proxmox.com Git - ceph.git/blob - ceph/src/spawn/test/dependency/googletest/googletest/cmake/gtest_main.pc.in
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spawn / test / dependency / googletest / googletest / cmake / gtest_main.pc.in
1 prefix=${pcfiledir}/../..
2 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
3 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
4
5 Name: gtest_main
6 Description: GoogleTest (with main() function)
7 Version: @PROJECT_VERSION@
8 URL: https://github.com/google/googletest
9 Requires: gtest
10 Libs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@
11 Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@