Android Build Tools
This commit is contained in:
10
Android/android-ndk-r27d/sources/third_party/googletest/cmake/gtest_main.pc.in
vendored
Normal file
10
Android/android-ndk-r27d/sources/third_party/googletest/cmake/gtest_main.pc.in
vendored
Normal file
@ -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@
|
||||
Reference in New Issue
Block a user