cmake: update to work with recent upstream googletest build changes
Summary: Previously to use gmock you simply needed to link against libgmock_main. However, googletest pull request #1339 was recently merged into upstream googletest: https://github.com/google/googletest/pull/1339 These changes now require explicitly linking against libgmock_main, libgmock, and libgtest. Reviewed By: yfeldblum Differential Revision: D6794709 fbshipit-source-id: 03dcccec966e62240987ee0051dfa87be8614cca
Showing
Please register or sign in to comment