freebsd-src/lib/googletest
Enji Cooper df13161740 Fix up dependency finding for libg{mock,test}_main
- Look up the corresponding non-*_main libraries via LDFLAGS using the
  directories provided in src.libnames.mk. This will allow the libraries to
  be built in the "make libraries" phase of buildworld.
- gtest_main relies on gtest, but didn't explicitly call out the dependency
  in `LIBADD`. Fill in this missing blank.
2019-02-20 00:19:11 +00:00
..
gmock Add missing INCSGROUPS definition 2019-02-19 22:46:50 +00:00
gmock_main Fix up dependency finding for libg{mock,test}_main 2019-02-20 00:19:11 +00:00
gtest
gtest_main Fix up dependency finding for libg{mock,test}_main 2019-02-20 00:19:11 +00:00
Makefile Unconditionally build/install libg{mock,test}_main 2019-02-20 00:15:25 +00:00
Makefile.inc