diff options
Diffstat (limited to 'third_party/googletest/googletest/cmake/gtest_main.pc.in')
-rw-r--r-- | third_party/googletest/googletest/cmake/gtest_main.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/googletest/googletest/cmake/gtest_main.pc.in b/third_party/googletest/googletest/cmake/gtest_main.pc.in new file mode 100644 index 0000000000..38c88c54d5 --- /dev/null +++ b/third_party/googletest/googletest/cmake/gtest_main.pc.in @@ -0,0 +1,10 @@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ + +Name: gtest_main +Description: GoogleTest (with main() function) +Version: @PROJECT_VERSION@ +URL: https://github.com/google/googletest +Requires: gtest = @PROJECT_VERSION@ +Libs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@ +Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ |