1f92157deSopenharmony_cilibdir=@CMAKE_INSTALL_FULL_LIBDIR@
2f92157deSopenharmony_ciincludedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
3f92157deSopenharmony_ci
4f92157deSopenharmony_ciName: gtest_main
5f92157deSopenharmony_ciDescription: GoogleTest (with main() function)
6f92157deSopenharmony_ciVersion: @PROJECT_VERSION@
7f92157deSopenharmony_ciURL: https://github.com/google/googletest
8f92157deSopenharmony_ciRequires: gtest = @PROJECT_VERSION@
9f92157deSopenharmony_ciLibs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@
10f92157deSopenharmony_ciCflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@
11