removing platforms/test to make room for the same from a subrepo

This commit is contained in:
Attila Body 2019-12-15 20:39:52 +01:00
parent 3fb1c5f49e
commit 62afeabbbc
337 changed files with 0 additions and 141266 deletions

View file

@ -1,10 +0,0 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: gmock
Description: GoogleMock (without main() function)
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
Requires: gtest
Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@