Skip to content

[#1451] allow linking with libgtest.so

Andrei Pavel requested to merge 1451-link-with-libgtest.so into master

Closes #1451 (closed)

Simply search for libgtest.so alongside libgtest.a. The -l works for shared objects as well. Didn't force any priority between the two. Left that to the compiler/linker/OS/whatever.

Merge request reports