Files
IAEngine/Android/android-ndk-r27d/sources/third_party/googletest/cmake/gtest_main.pc.in
Isuru Samarathunga 160bf65a1f Android Build Tools
2025-10-16 00:43:42 +05:30

11 lines
354 B
PkgConfig

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@